Update of /cvsroot/monetdb/pathfinder/compiler
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28102/compiler
Modified Files:
Tag: Feb2009
compile.c env.c main.c main_opt.c main_sql.c oops.c
pfstrings.c qname.c scope.c timer.c variable.c
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files
under compiler/.
U qname.c
Index: qname.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/qname.c,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -u -d -r1.20 -r1.20.2.1
--- qname.c 8 Jan 2009 16:54:09 -0000 1.20
+++ qname.c 7 May 2009 10:49:05 -0000 1.20.2.1
@@ -72,6 +72,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <string.h>
U timer.c
Index: timer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/timer.c,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- timer.c 8 Jan 2009 16:54:09 -0000 1.16
+++ timer.c 7 May 2009 10:49:05 -0000 1.16.2.1
@@ -36,6 +36,7 @@
*/
/* PFinfo() */
+#include "pf_config.h"
#include "pathfinder.h"
/* time functions() */
U scope.c
Index: scope.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/scope.c,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- scope.c 8 Jan 2009 16:54:09 -0000 1.16
+++ scope.c 7 May 2009 10:49:05 -0000 1.16.2.1
@@ -43,6 +43,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.167.2.4
retrieving revision 1.167.2.5
diff -u -d -r1.167.2.4 -r1.167.2.5
--- compile.c 20 Mar 2009 11:25:23 -0000 1.167.2.4
+++ compile.c 7 May 2009 10:49:05 -0000 1.167.2.5
@@ -35,6 +35,7 @@
+#include "pf_config.h"
#include "pathfinder.h"
U main_sql.c
Index: main_sql.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main_sql.c,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -d -r1.5.2.2 -r1.5.2.3
--- main_sql.c 29 Jan 2009 21:44:29 -0000 1.5.2.2
+++ main_sql.c 7 May 2009 10:49:05 -0000 1.5.2.3
@@ -33,6 +33,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <stdlib.h>
U oops.c
Index: oops.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/oops.c,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -u -d -r1.31 -r1.31.2.1
--- oops.c 8 Jan 2009 16:54:09 -0000 1.31
+++ oops.c 7 May 2009 10:49:05 -0000 1.31.2.1
@@ -33,6 +33,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <stdio.h>
U variable.c
Index: variable.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/variable.c,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- variable.c 8 Jan 2009 16:54:09 -0000 1.13
+++ variable.c 7 May 2009 10:49:05 -0000 1.13.2.1
@@ -41,6 +41,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include "variable.h"
U env.c
Index: env.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/env.c,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- env.c 8 Jan 2009 16:54:09 -0000 1.16
+++ env.c 7 May 2009 10:49:05 -0000 1.16.2.1
@@ -56,6 +56,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
U main_opt.c
Index: main_opt.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main_opt.c,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- main_opt.c 22 Jan 2009 17:09:08 -0000 1.10
+++ main_opt.c 7 May 2009 10:49:05 -0000 1.10.2.1
@@ -33,6 +33,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <stdlib.h>
U main.c
Index: main.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main.c,v
retrieving revision 1.111.2.2
retrieving revision 1.111.2.3
diff -u -d -r1.111.2.2 -r1.111.2.3
--- main.c 6 Feb 2009 14:53:20 -0000 1.111.2.2
+++ main.c 7 May 2009 10:49:05 -0000 1.111.2.3
@@ -437,6 +437,7 @@
* <a href='http://www.monetdb-xquery.org/'>http://www.monetdb-xquery.org/</a>.
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <stdlib.h>
U pfstrings.c
Index: pfstrings.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/pfstrings.c,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- pfstrings.c 8 Jan 2009 16:54:09 -0000 1.13
+++ pfstrings.c 7 May 2009 10:49:05 -0000 1.13.2.1
@@ -34,6 +34,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.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