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

Modified Files:
      Tag: Feb2009
        lalg2sql.brg sql.c sql_opt.c sqlprint.c 
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files 
under compiler/.

U sql.c
Index: sql.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/sql.c,v
retrieving revision 1.62
retrieving revision 1.62.2.1
diff -u -d -r1.62 -r1.62.2.1
--- sql.c       8 Jan 2009 16:54:14 -0000       1.62
+++ sql.c       7 May 2009 10:49:07 -0000       1.62.2.1
@@ -33,6 +33,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 #include "sql.h"
 #include "sql_mnemonic.h"

U lalg2sql.brg
Index: lalg2sql.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/lalg2sql.brg,v
retrieving revision 1.152.2.2
retrieving revision 1.152.2.3
diff -u -d -r1.152.2.2 -r1.152.2.3
--- lalg2sql.brg        8 Feb 2009 14:22:34 -0000       1.152.2.2
+++ lalg2sql.brg        7 May 2009 10:49:07 -0000       1.152.2.3
@@ -36,6 +36,7 @@
  */
 
 /* always include pathfinder first */
+#include "pf_config.h"
 #include "pathfinder.h"
 #include <assert.h>
 #include <stdio.h>

U sql_opt.c
Index: sql_opt.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/sql_opt.c,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- sql_opt.c   8 Jan 2009 16:54:14 -0000       1.5
+++ sql_opt.c   7 May 2009 10:49:07 -0000       1.5.2.1
@@ -33,6 +33,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 #include "sql.h"
 #include "sql_mnemonic.h"

U sqlprint.c
Index: sqlprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/sqlprint.c,v
retrieving revision 1.50
retrieving revision 1.50.2.1
diff -u -d -r1.50 -r1.50.2.1
--- sqlprint.c  8 Jan 2009 16:54:14 -0000       1.50
+++ sqlprint.c  7 May 2009 10:49:07 -0000       1.50.2.1
@@ -32,6 +32,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <stdlib.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