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

Modified Files:
      Tag: Feb2009
        mil.c mil_dce.c mil_opt.c milgen.brg milprint.c 
        milprint_summer.c 
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files 
under compiler/.

U mil.c
Index: mil.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/mil.c,v
retrieving revision 1.78.2.1
retrieving revision 1.78.2.2
diff -u -d -r1.78.2.1 -r1.78.2.2
--- mil.c       5 Feb 2009 12:32:39 -0000       1.78.2.1
+++ mil.c       7 May 2009 10:49:07 -0000       1.78.2.2
@@ -34,7 +34,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U milgen.brg
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.201.2.11
retrieving revision 1.201.2.12
diff -u -d -r1.201.2.11 -r1.201.2.12
--- milgen.brg  24 Apr 2009 10:12:15 -0000      1.201.2.11
+++ milgen.brg  7 May 2009 10:49:07 -0000       1.201.2.12
@@ -84,6 +84,7 @@
  */
 %{
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U mil_opt.c
Index: mil_opt.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/mil_opt.c,v
retrieving revision 1.36
retrieving revision 1.36.2.1
diff -u -d -r1.36 -r1.36.2.1
--- mil_opt.c   8 Jan 2009 16:54:14 -0000       1.36
+++ mil_opt.c   7 May 2009 10:49:07 -0000       1.36.2.1
@@ -31,6 +31,7 @@
  */
 
 /* always include "pathfinder.h", first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include "mil_opt.h"

U milprint_summer.c
Index: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.431.2.1
retrieving revision 1.431.2.2
diff -u -d -r1.431.2.1 -r1.431.2.2
--- milprint_summer.c   2 Feb 2009 16:30:13 -0000       1.431.2.1
+++ milprint_summer.c   7 May 2009 10:49:07 -0000       1.431.2.2
@@ -58,6 +58,7 @@
  */
 #define USE_DEPRECATED_ACCESS_TO_TYPE_SYSTEM 1
 
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <stdio.h>

U mil_dce.c
Index: mil_dce.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/mil_dce.c,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- mil_dce.c   8 Jan 2009 16:54:14 -0000       1.27
+++ mil_dce.c   7 May 2009 10:49:07 -0000       1.27.2.1
@@ -32,7 +32,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <stdio.h>

U milprint.c
Index: milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint.c,v
retrieving revision 1.90.2.2
retrieving revision 1.90.2.3
diff -u -d -r1.90.2.2 -r1.90.2.3
--- milprint.c  5 Feb 2009 12:32:39 -0000       1.90.2.2
+++ milprint.c  7 May 2009 10:49:07 -0000       1.90.2.3
@@ -243,7 +243,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <stdio.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