Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4739

Modified Files:
        algebra.h 
Log Message:
- remove extra comments and enhance order



U algebra.h
Index: algebra.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/algebra.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- algebra.h   11 Apr 2008 07:02:35 -0000      1.77
+++ algebra.h   11 Apr 2008 07:10:39 -0000      1.78
@@ -523,12 +523,6 @@
                        PFalg_att_t left,
                        PFalg_att_t right);
 
-/*
- * PFTIJAH defines. I decided not make a seperate include file for
- * pftijah so ensure that these defines are exactly the same as in
- * ../mil/milgen.brg
- */
-
 #ifdef HAVE_PFTIJAH
 
 /*
@@ -551,11 +545,12 @@
 #define PFT_QUERY_I_XO "pftijah_query_i_xo"
 #define PFT_QUERY_I_SO "pftijah_query_i_so"
 
+#define PFT_FUN_QUERY(F)        (strncmp(F,"pftijah_query_",14)==0)
+
 #define PTF_QUERY_NODES(N)      (N[14]=='n')
 #define PTF_QUERY_STARTNODES(N) (N[16]=='s')
 #define PTF_QUERY_OPTIONS(N)    (N[17]=='o')
 
-#define PFT_FUN_QUERY(F)        (strncmp(F,"pftijah_query_",14)==0)
 
 #define PFT_MANAGE_FTI_C_XX "pftijah_manage_fti_c_xx"
 #define PFT_MANAGE_FTI_C_CX "pftijah_manage_fti_c_cx"
@@ -567,6 +562,7 @@
 #define PFT_MANAGE_FTI_R_XO "pftijah_manage_fti_r_xo"
 
 #define PFT_FUN_MANAGE(F)        (strncmp(F,"pftijah_manage_",15)==0)
+
 #define PFT_FUN_MANAGE_KIND(F)   (F[19])
 #define PFT_FUN_MANAGE_COLL(F)   (F[21] == 'c')
 #define PFT_FUN_MANAGE_OPT(F)    (F[22] == 'o')


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to