Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28102/compiler/algebra
Modified Files:
Tag: Feb2009
alg_dag.c algebra.c algebra_cse.c algopt.c builtins.c
core2alg.brg intro_rec_border.c load_stats.c logical.c
ordering.c physical.c planner.c properties.c
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files
under compiler/.
U core2alg.brg
Index: core2alg.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/core2alg.brg,v
retrieving revision 1.87.2.1
retrieving revision 1.87.2.2
diff -u -d -r1.87.2.1 -r1.87.2.2
--- core2alg.brg 1 Feb 2009 10:57:07 -0000 1.87.2.1
+++ core2alg.brg 7 May 2009 10:49:05 -0000 1.87.2.2
@@ -36,6 +36,7 @@
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U algopt.c
Index: algopt.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/algopt.c,v
retrieving revision 1.46.2.6
retrieving revision 1.46.2.7
diff -u -d -r1.46.2.6 -r1.46.2.7
--- algopt.c 20 Mar 2009 11:27:42 -0000 1.46.2.6
+++ algopt.c 7 May 2009 10:49:05 -0000 1.46.2.7
@@ -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 ordering.c
Index: ordering.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/ordering.c,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- ordering.c 8 Jan 2009 16:54:09 -0000 1.16
+++ ordering.c 7 May 2009 10:49:06 -0000 1.16.2.1
@@ -33,6 +33,7 @@
*/
/* Always include pathfinder.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
U physical.c
Index: physical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/physical.c,v
retrieving revision 1.84.2.3
retrieving revision 1.84.2.4
diff -u -d -r1.84.2.3 -r1.84.2.4
--- physical.c 8 Feb 2009 14:22:33 -0000 1.84.2.3
+++ physical.c 7 May 2009 10:49:06 -0000 1.84.2.4
@@ -38,6 +38,7 @@
*/
/* always include pathfinder.h first */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
U alg_dag.c
Index: alg_dag.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/alg_dag.c,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- alg_dag.c 8 Jan 2009 16:54:09 -0000 1.8
+++ alg_dag.c 7 May 2009 10:49:05 -0000 1.8.2.1
@@ -33,6 +33,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
U planner.c
Index: planner.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/planner.c,v
retrieving revision 1.77.2.3
retrieving revision 1.77.2.4
diff -u -d -r1.77.2.3 -r1.77.2.4
--- planner.c 5 Feb 2009 12:39:48 -0000 1.77.2.3
+++ planner.c 7 May 2009 10:49:06 -0000 1.77.2.4
@@ -92,7 +92,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include "oops.h"
U load_stats.c
Index: load_stats.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/load_stats.c,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -u -d -r1.17 -r1.17.2.1
--- load_stats.c 8 Jan 2009 16:54:09 -0000 1.17
+++ load_stats.c 7 May 2009 10:49:05 -0000 1.17.2.1
@@ -43,6 +43,7 @@
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <stdio.h>
U properties.c
Index: properties.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/properties.c,v
retrieving revision 1.41.2.4
retrieving revision 1.41.2.5
diff -u -d -r1.41.2.4 -r1.41.2.5
--- properties.c 9 Mar 2009 14:51:11 -0000 1.41.2.4
+++ properties.c 7 May 2009 10:49:06 -0000 1.41.2.5
@@ -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>
U algebra.c
Index: algebra.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/algebra.c,v
retrieving revision 1.101.2.1
retrieving revision 1.101.2.2
diff -u -d -r1.101.2.1 -r1.101.2.2
--- algebra.c 8 Feb 2009 14:22:33 -0000 1.101.2.1
+++ algebra.c 7 May 2009 10:49:05 -0000 1.101.2.2
@@ -417,7 +417,8 @@
* Interactive Time</a>. Technical Report, CWI, 2005.
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
/** handling of variable argument lists */
U algebra_cse.c
Index: algebra_cse.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/algebra_cse.c,v
retrieving revision 1.80
retrieving revision 1.80.2.1
diff -u -d -r1.80 -r1.80.2.1
--- algebra_cse.c 8 Jan 2009 16:54:09 -0000 1.80
+++ algebra_cse.c 7 May 2009 10:49:05 -0000 1.80.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 "oops.h"
U logical.c
Index: logical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/logical.c,v
retrieving revision 1.121.2.1
retrieving revision 1.121.2.2
diff -u -d -r1.121.2.1 -r1.121.2.2
--- logical.c 8 Feb 2009 14:22:33 -0000 1.121.2.1
+++ logical.c 7 May 2009 10:49:05 -0000 1.121.2.2
@@ -40,7 +40,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
/** handling of variable argument lists */
U builtins.c
Index: builtins.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/builtins.c,v
retrieving revision 1.114.2.3
retrieving revision 1.114.2.4
diff -u -d -r1.114.2.3 -r1.114.2.4
--- builtins.c 16 Feb 2009 14:22:22 -0000 1.114.2.3
+++ builtins.c 7 May 2009 10:49:05 -0000 1.114.2.4
@@ -41,6 +41,7 @@
*/
/* always include "pathfinder.h", first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include "oops.h"
U intro_rec_border.c
Index: intro_rec_border.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/intro_rec_border.c,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- intro_rec_border.c 8 Jan 2009 16:54:09 -0000 1.13
+++ intro_rec_border.c 7 May 2009 10:49:05 -0000 1.13.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 "intro_rec_border.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