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

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

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/21 - jflokstra: compiler/include/mil.h,1.86
  - fix for ftiName MIL variable usage when pftijah mil functions are not called
    from pftijah generated MIL scripts but from Pathfinder generated scripts.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: mil.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil.h,v
retrieving revision 1.84.2.1
retrieving revision 1.84.2.2
diff -u -d -r1.84.2.1 -r1.84.2.2
--- mil.h       5 Oct 2009 12:15:06 -0000       1.84.2.1
+++ mil.h       21 Oct 2009 10:37:48 -0000      1.84.2.2
@@ -146,6 +146,10 @@
 #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