8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098d030 commit eba9be8Copy full SHA for eba9be8
src/include/nodes/value.h
@@ -6,11 +6,14 @@
6
*
7
* Copyright (c) 2003, PostgreSQL Global Development Group
8
9
- * $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.1 2004/01/07 18:43:36 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.2 2004/07/12 01:00:45 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
14
+#ifndef VALUE_H
15
+#define VALUE_H
16
+
17
#include "nodes/nodes.h"
18
19
/*----------------------
@@ -54,3 +57,5 @@ extern Value *makeInteger(long i);
54
57
extern Value *makeFloat(char *numericStr);
55
58
extern Value *makeString(char *str);
56
59
extern Value *makeBitString(char *str);
60
61
+#endif /* VALUE_H */
0 commit comments