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

Modified Files:
      Tag: Feb2009
        abssynprint.c coreprint.c logdebug.c physdebug.c prettyp.c 
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files 
under compiler/.

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

U logdebug.c
Index: logdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v
retrieving revision 1.119.2.4
retrieving revision 1.119.2.5
diff -u -d -r1.119.2.4 -r1.119.2.5
--- logdebug.c  9 Mar 2009 14:55:02 -0000       1.119.2.4
+++ logdebug.c  7 May 2009 10:49:06 -0000       1.119.2.5
@@ -34,7 +34,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <stdlib.h>

U physdebug.c
Index: physdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/physdebug.c,v
retrieving revision 1.72.2.2
retrieving revision 1.72.2.3
diff -u -d -r1.72.2.2 -r1.72.2.3
--- physdebug.c 5 Feb 2009 12:32:39 -0000       1.72.2.2
+++ physdebug.c 7 May 2009 10:49:07 -0000       1.72.2.3
@@ -34,7 +34,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <stdlib.h>

U coreprint.c
Index: coreprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/coreprint.c,v
retrieving revision 1.50
retrieving revision 1.50.2.1
diff -u -d -r1.50 -r1.50.2.1
--- coreprint.c 14 Jan 2009 21:52:08 -0000      1.50
+++ coreprint.c 7 May 2009 10:49:06 -0000       1.50.2.1
@@ -35,6 +35,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <stdlib.h>

U abssynprint.c
Index: abssynprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/abssynprint.c,v
retrieving revision 1.44
retrieving revision 1.44.2.1
diff -u -d -r1.44 -r1.44.2.1
--- abssynprint.c       8 Jan 2009 16:54:11 -0000       1.44
+++ abssynprint.c       7 May 2009 10:49:06 -0000       1.44.2.1
@@ -35,6 +35,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

Reply via email to