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

Modified Files:
        mil.h 
Log Message:
- 2 more fixes to make ftcontains work
  1) fix self inflicted pathfinder variable name problem
  2) fix usage of ftindex (:= ftiName + "0")



Index: mil.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil.h,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- mil.h       21 Oct 2009 10:03:42 -0000      1.86
+++ mil.h       21 Oct 2009 13:28:42 -0000      1.87
@@ -136,6 +136,10 @@
 #define PF_MIL_VAR_TIME_QUERY  81
 #define PF_MIL_VAR_TIME_PRINT  82
 
+#ifdef HAVE_PFTIJAH
+#define PF_MIL_TIJAH_FTINAME    83
+#endif
+
 #define PF_MIL_VAR_XRPC_QID     85
 #define PF_MIL_VAR_XRPC_CALLER  86
 #define PF_MIL_VAR_XRPC_HDL     87
@@ -146,10 +150,6 @@
 #define PF_MIL_VAR_XRPC_MODULE  92
 #define PF_MIL_VAR_XRPC_METHOD  93
 
-#ifdef HAVE_PFTIJAH
-#define PF_MIL_TIJAH_FTINAME    94
-#endif
-
 #define PF_MIL_RES_VAR_COUNT (PF_MIL_VAR_XRPC_METHOD + 1)
 
 /** Node kinds for MIL tree representation */


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to