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

Modified Files:
      Tag: Feb2009
        prop_card.c prop_composite_key.c prop_const.c prop_dom.c 
        prop_fd.c prop_guide.c prop_icol.c prop_key.c prop_level.c 
        prop_lineage.c prop_ocol.c prop_ori_names.c prop_rec_delta.c 
        prop_req_node.c prop_reqval.c prop_set.c prop_trace_names.c 
        prop_unq_names.c 
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files 
under compiler/.

U prop_unq_names.c
Index: prop_unq_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_unq_names.c,v
retrieving revision 1.41
retrieving revision 1.41.2.1
diff -u -d -r1.41 -r1.41.2.1
--- prop_unq_names.c    8 Jan 2009 16:54:11 -0000       1.41
+++ prop_unq_names.c    7 May 2009 10:49:06 -0000       1.41.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>

U prop_ocol.c
Index: prop_ocol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_ocol.c,v
retrieving revision 1.70.2.2
retrieving revision 1.70.2.3
diff -u -d -r1.70.2.2 -r1.70.2.3
--- prop_ocol.c 8 Feb 2009 14:22:33 -0000       1.70.2.2
+++ prop_ocol.c 7 May 2009 10:49:06 -0000       1.70.2.3
@@ -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>
 

U prop_const.c
Index: prop_const.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_const.c,v
retrieving revision 1.50
retrieving revision 1.50.2.1
diff -u -d -r1.50 -r1.50.2.1
--- prop_const.c        8 Jan 2009 16:54:10 -0000       1.50
+++ prop_const.c        7 May 2009 10:49:06 -0000       1.50.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>
 

U prop_reqval.c
Index: prop_reqval.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_reqval.c,v
retrieving revision 1.53.2.1
retrieving revision 1.53.2.2
diff -u -d -r1.53.2.1 -r1.53.2.2
--- prop_reqval.c       31 Jan 2009 22:32:19 -0000      1.53.2.1
+++ prop_reqval.c       7 May 2009 10:49:06 -0000       1.53.2.2
@@ -60,7 +60,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
 #include "pathfinder.h"
 
 #include <assert.h>

U prop_set.c
Index: prop_set.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_set.c,v
retrieving revision 1.28.2.1
retrieving revision 1.28.2.2
diff -u -d -r1.28.2.1 -r1.28.2.2
--- prop_set.c  4 Feb 2009 11:05:38 -0000       1.28.2.1
+++ prop_set.c  7 May 2009 10:49:06 -0000       1.28.2.2
@@ -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>

U prop_icol.c
Index: prop_icol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_icol.c,v
retrieving revision 1.45.2.1
retrieving revision 1.45.2.2
diff -u -d -r1.45.2.1 -r1.45.2.2
--- prop_icol.c 31 Jan 2009 22:27:54 -0000      1.45.2.1
+++ prop_icol.c 7 May 2009 10:49:06 -0000       1.45.2.2
@@ -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>

U prop_rec_delta.c
Index: prop_rec_delta.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_rec_delta.c,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -u -d -r1.31 -r1.31.2.1
--- prop_rec_delta.c    8 Jan 2009 16:54:11 -0000       1.31
+++ prop_rec_delta.c    7 May 2009 10:49:06 -0000       1.31.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>
 

U prop_level.c
Index: prop_level.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_level.c,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -d -r1.21 -r1.21.2.1
--- prop_level.c        8 Jan 2009 16:54:11 -0000       1.21
+++ prop_level.c        7 May 2009 10:49:06 -0000       1.21.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>
 

U prop_composite_key.c
Index: prop_composite_key.c
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_composite_key.c,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -d -r1.29.2.1 -r1.29.2.2
--- prop_composite_key.c        9 Mar 2009 14:53:54 -0000       1.29.2.1
+++ prop_composite_key.c        7 May 2009 10:49:06 -0000       1.29.2.2
@@ -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>
 

U prop_fd.c
Index: prop_fd.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_fd.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- prop_fd.c   4 Feb 2009 11:06:36 -0000       1.1.2.2
+++ prop_fd.c   7 May 2009 10:49:06 -0000       1.1.2.3
@@ -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>

U prop_trace_names.c
Index: prop_trace_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_trace_names.c,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -u -d -r1.30.2.1 -r1.30.2.2
--- prop_trace_names.c  2 Feb 2009 15:19:38 -0000       1.30.2.1
+++ prop_trace_names.c  7 May 2009 10:49:06 -0000       1.30.2.2
@@ -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 prop_key.c
Index: prop_key.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_key.c,v
retrieving revision 1.59
retrieving revision 1.59.2.1
diff -u -d -r1.59 -r1.59.2.1
--- prop_key.c  23 Jan 2009 22:02:31 -0000      1.59
+++ prop_key.c  7 May 2009 10:49:06 -0000       1.59.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>
 

U prop_req_node.c
Index: prop_req_node.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_req_node.c,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -d -r1.14.2.2 -r1.14.2.3
--- prop_req_node.c     9 Mar 2009 14:57:35 -0000       1.14.2.2
+++ prop_req_node.c     7 May 2009 10:49:06 -0000       1.14.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 <assert.h>

U prop_guide.c
Index: prop_guide.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_guide.c,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -d -r1.32 -r1.32.2.1
--- prop_guide.c        8 Jan 2009 16:54:11 -0000       1.32
+++ prop_guide.c        7 May 2009 10:49:06 -0000       1.32.2.1
@@ -32,6 +32,7 @@
  * $Id$
  */
 
+#include "pf_config.h"
 #include "pathfinder.h"
 #include <assert.h>
 #include <string.h>

U prop_ori_names.c
Index: prop_ori_names.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_ori_names.c,v
retrieving revision 1.39
retrieving revision 1.39.2.1
diff -u -d -r1.39 -r1.39.2.1
--- prop_ori_names.c    8 Jan 2009 16:54:11 -0000       1.39
+++ prop_ori_names.c    7 May 2009 10:49:06 -0000       1.39.2.1
@@ -43,7 +43,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 prop_card.c
Index: prop_card.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_card.c,v
retrieving revision 1.39.2.1
retrieving revision 1.39.2.2
diff -u -d -r1.39.2.1 -r1.39.2.2
--- prop_card.c 9 Mar 2009 14:52:39 -0000       1.39.2.1
+++ prop_card.c 7 May 2009 10:49:06 -0000       1.39.2.2
@@ -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>
 

U prop_lineage.c
Index: prop_lineage.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_lineage.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- prop_lineage.c      5 Feb 2009 09:52:13 -0000       1.1.2.4
+++ prop_lineage.c      7 May 2009 10:49:06 -0000       1.1.2.5
@@ -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>

U prop_dom.c
Index: prop_dom.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_dom.c,v
retrieving revision 1.63.2.1
retrieving revision 1.63.2.2
diff -u -d -r1.63.2.1 -r1.63.2.2
--- prop_dom.c  29 Jan 2009 14:51:45 -0000      1.63.2.1
+++ prop_dom.c  7 May 2009 10:49:06 -0000       1.63.2.2
@@ -52,7 +52,8 @@
  * $Id$
  */
 
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#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