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

Modified Files:
      Tag: M5XQ
        mil.h 
Log Message:
propagated changes of Wednesday Oct 21 2009 - Thursday Oct 22 2009
from the development trunk to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/21 - jflokstra: compiler/include/mil.h,1.87
  - 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.84.2.2
retrieving revision 1.84.2.3
diff -u -d -r1.84.2.2 -r1.84.2.3
--- mil.h       21 Oct 2009 10:37:48 -0000      1.84.2.2
+++ mil.h       22 Oct 2009 11:00:17 -0000      1.84.2.3
@@ -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