Update of /cvsroot/monetdb/pathfinder/compiler/parser
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28102/compiler/parser

Modified Files:
      Tag: Feb2009
        abssyn.c parser.y scanner.l 
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files 
under compiler/.

U parser.y
Index: parser.y
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/parser.y,v
retrieving revision 1.71
retrieving revision 1.71.2.1
diff -u -d -r1.71 -r1.71.2.1
--- parser.y    8 Jan 2009 16:54:14 -0000       1.71
+++ parser.y    7 May 2009 10:49:07 -0000       1.71.2.1
@@ -37,6 +37,7 @@
  */
 
 %{
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include "parser.h"

U scanner.l
Index: scanner.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/scanner.l,v
retrieving revision 1.66
retrieving revision 1.66.2.1
diff -u -d -r1.66 -r1.66.2.1
--- scanner.l   8 Jan 2009 16:54:14 -0000       1.66
+++ scanner.l   7 May 2009 10:49:07 -0000       1.66.2.1
@@ -50,6 +50,7 @@
  * An XML Query Language'', W3C Working Draft October 29, 2004.
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #define YY_NO_INPUT

U abssyn.c
Index: abssyn.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/abssyn.c,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- abssyn.c    8 Jan 2009 16:54:14 -0000       1.15
+++ abssyn.c    7 May 2009 10:49:07 -0000       1.15.2.1
@@ -34,6 +34,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <string.h>


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to