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

Modified Files:
      Tag: Feb2009
        intro_proxy.c intro_thetajoin.c map_ori_names.c 
        map_unq_names.c resolve_proxy.c 
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files 
under compiler/.

U intro_proxy.c
Index: intro_proxy.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/intro_proxy.c,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -u -d -r1.47 -r1.47.2.1
--- intro_proxy.c       28 Jan 2009 21:01:41 -0000      1.47
+++ intro_proxy.c       7 May 2009 10:49:06 -0000       1.47.2.1
@@ -40,7 +40,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 intro_thetajoin.c
Index: intro_thetajoin.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/intro_thetajoin.c,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- intro_thetajoin.c   8 Jan 2009 16:54:09 -0000       1.26
+++ intro_thetajoin.c   7 May 2009 10:49:06 -0000       1.26.2.1
@@ -51,7 +51,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 map_ori_names.c
Index: map_ori_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/map_ori_names.c,v
retrieving revision 1.42
retrieving revision 1.42.2.1
diff -u -d -r1.42 -r1.42.2.1
--- map_ori_names.c     8 Jan 2009 16:54:09 -0000       1.42
+++ map_ori_names.c     7 May 2009 10:49:06 -0000       1.42.2.1
@@ -33,7 +33,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 map_unq_names.c
Index: map_unq_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/map_unq_names.c,v
retrieving revision 1.41
retrieving revision 1.41.2.1
diff -u -d -r1.41 -r1.41.2.1
--- map_unq_names.c     8 Jan 2009 16:54:09 -0000       1.41
+++ map_unq_names.c     7 May 2009 10:49:06 -0000       1.41.2.1
@@ -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>
 #include <stdio.h>

U resolve_proxy.c
Index: resolve_proxy.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/resolve_proxy.c,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- resolve_proxy.c     8 Jan 2009 16:54:09 -0000       1.15
+++ resolve_proxy.c     7 May 2009 10:49:06 -0000       1.15.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 <assert.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