Skip to content

Commit eba9be8

Browse files
committed
The outer #define was forgotten. Attached patch adds it; please apply.
Alvaro
1 parent 098d030 commit eba9be8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/include/nodes/value.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
*
77
* Copyright (c) 2003, PostgreSQL Global Development Group
88
*
9-
* $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.1 2004/01/07 18:43:36 neilc Exp $
9+
* $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.2 2004/07/12 01:00:45 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313

14+
#ifndef VALUE_H
15+
#define VALUE_H
16+
1417
#include "nodes/nodes.h"
1518

1619
/*----------------------
@@ -54,3 +57,5 @@ extern Value *makeInteger(long i);
5457
extern Value *makeFloat(char *numericStr);
5558
extern Value *makeString(char *str);
5659
extern Value *makeBitString(char *str);
60+
61+
#endif /* VALUE_H */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy