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

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

U hsk_parser.y
Index: hsk_parser.y
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/hskparser/hsk_parser.y,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- hsk_parser.y        8 Jan 2009 16:54:09 -0000       1.18
+++ hsk_parser.y        7 May 2009 10:49:06 -0000       1.18.2.1
@@ -29,7 +29,8 @@
  * algebra.
  */
 
-/* always include pathfinder.h first! */ 
+/* always include pf_config.h first! */ 
+#include "pf_config.h"
 #include "pathfinder.h" 
 
 #include <stdio.h>

U hsk_parser.l
Index: hsk_parser.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/hskparser/hsk_parser.l,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- hsk_parser.l        8 Jan 2009 16:54:09 -0000       1.15
+++ hsk_parser.l        7 May 2009 10:49:06 -0000       1.15.2.1
@@ -29,7 +29,8 @@
  * Algebra Mapper.
  */
 
-/* always include pathfinder.h first! */ 
+/* always include pf_config.h first! */ 
+#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