The outer #define was forgotten.  Attached patch adds it; please apply.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Sallah, I said NO camels! That's FIVE camels; can't you count?"
(Indiana Jones)
Index: src/include/nodes/value.h
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/src/include/nodes/value.h,v
retrieving revision 1.1
diff -c -r1.1 value.h
*** src/include/nodes/value.h   7 Jan 2004 18:43:36 -0000       1.1
--- src/include/nodes/value.h   10 Jul 2004 23:11:00 -0000
***************
*** 11,16 ****
--- 11,19 ----
   *-------------------------------------------------------------------------
   */
  
+ #ifndef VALUE_H
+ #define VALUE_H
+ 
  #include "nodes/nodes.h"
  
  /*----------------------
***************
*** 54,56 ****
--- 57,61 ----
  extern Value *makeFloat(char *numericStr);
  extern Value *makeString(char *str);
  extern Value *makeBitString(char *str);
+ 
+ #endif        /* VALUE_H */
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to