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

Modified Files:
      Tag: Feb2009
        functions.c heuristic.c normalize.brg ns.c options.c 
        subtyping.c typecheck.brg types.c varscope.c xquery_fo.c 
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files 
under compiler/.

U normalize.brg
Index: normalize.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/normalize.brg,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- normalize.brg       8 Jan 2009 16:54:14 -0000       1.26
+++ normalize.brg       7 May 2009 10:49:07 -0000       1.26.2.1
@@ -37,6 +37,7 @@
  */ 
 
 
+#include "pf_config.h"
 #include "pathfinder.h"
 #include <assert.h>
 #include <stdio.h>

U ns.c
Index: ns.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/ns.c,v
retrieving revision 1.44
retrieving revision 1.44.2.1
diff -u -d -r1.44 -r1.44.2.1
--- ns.c        8 Jan 2009 16:54:14 -0000       1.44
+++ ns.c        7 May 2009 10:49:07 -0000       1.44.2.1
@@ -72,6 +72,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U options.c
Index: options.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/options.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- options.c   8 Jan 2009 16:54:14 -0000       1.6
+++ options.c   7 May 2009 10:49:07 -0000       1.6.2.1
@@ -57,7 +57,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U xquery_fo.c
Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.177.2.5
retrieving revision 1.177.2.6
diff -u -d -r1.177.2.5 -r1.177.2.6
--- xquery_fo.c 16 Feb 2009 08:57:13 -0000      1.177.2.5
+++ xquery_fo.c 7 May 2009 10:49:07 -0000       1.177.2.6
@@ -42,7 +42,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U typecheck.brg
Index: typecheck.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/typecheck.brg,v
retrieving revision 1.78.2.1
retrieving revision 1.78.2.2
diff -u -d -r1.78.2.1 -r1.78.2.2
--- typecheck.brg       8 Feb 2009 11:31:02 -0000       1.78.2.1
+++ typecheck.brg       7 May 2009 10:49:07 -0000       1.78.2.2
@@ -38,7 +38,8 @@
  * $Id$
  */ 
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 #include <assert.h>
 #include <stdio.h>

U subtyping.c
Index: subtyping.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/subtyping.c,v
retrieving revision 1.52
retrieving revision 1.52.2.1
diff -u -d -r1.52 -r1.52.2.1
--- subtyping.c 20 Jan 2009 12:47:03 -0000      1.52
+++ subtyping.c 7 May 2009 10:49:07 -0000       1.52.2.1
@@ -70,6 +70,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 /* CHAR_BIT */

U types.c
Index: types.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/types.c,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -d -r1.31.2.1 -r1.31.2.2
--- types.c     5 Feb 2009 14:50:24 -0000       1.31.2.1
+++ types.c     7 May 2009 10:49:07 -0000       1.31.2.2
@@ -45,6 +45,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U varscope.c
Index: varscope.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/varscope.c,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -d -r1.21 -r1.21.2.1
--- varscope.c  8 Jan 2009 16:54:14 -0000       1.21
+++ varscope.c  7 May 2009 10:49:07 -0000       1.21.2.1
@@ -84,6 +84,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U heuristic.c
Index: heuristic.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/heuristic.c,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- heuristic.c 8 Jan 2009 16:54:14 -0000       1.14
+++ heuristic.c 7 May 2009 10:49:07 -0000       1.14.2.1
@@ -233,6 +233,7 @@
  * $Id$
  */ 
 
+#include "pf_config.h"
 #include "pathfinder.h"
 #include "normalize.h"
 #include <assert.h>

U functions.c
Index: functions.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/functions.c,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -u -d -r1.37 -r1.37.2.1
--- functions.c 8 Jan 2009 16:54:14 -0000       1.37
+++ functions.c 7 May 2009 10:49:07 -0000       1.37.2.1
@@ -37,6 +37,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