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

Modified Files:
      Tag: XQuery_0-24
        mil.h mil_mnemonic.h 
Log Message:
Implementation for the texist mil operator (needed for the next commit/bug fix)


U mil_mnemonic.h
Index: mil_mnemonic.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil_mnemonic.h,v
retrieving revision 1.57.2.2
retrieving revision 1.57.2.3
diff -u -d -r1.57.2.2 -r1.57.2.3
--- mil_mnemonic.h      5 Jun 2008 16:29:50 -0000       1.57.2.2
+++ mil_mnemonic.h      6 Jun 2008 10:01:24 -0000       1.57.2.3
@@ -221,7 +221,10 @@
 #define ctrefine(a,b,c) PFmil_ctrefine((a),(b),(c))
 
 /** CTderive() function */
-#define ctderive(a,b) PFmil_ctderive(a,b)
+#define ctderive(a,b) PFmil_ctderive((a),(b))
+
+/** texist() function */
+#define texist(a,b) PFmil_texist((a),(b))
 
 /** max() operator */
 #ifdef max

U mil.h
Index: mil.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil.h,v
retrieving revision 1.67.2.3
retrieving revision 1.67.2.4
diff -u -d -r1.67.2.3 -r1.67.2.4
--- mil.h       5 Jun 2008 17:50:36 -0000       1.67.2.3
+++ mil.h       6 Jun 2008 10:01:05 -0000       1.67.2.4
@@ -217,6 +217,7 @@
     , m_ctrefine     /**< MIL CTrefine function */
     , m_ctrefine_rev /**< MIL CTrefine_rev function */
     , m_ctderive     /**< MIL CTderive function */
+    , m_texist       /**< MIL texist function */
 
     , m_cast         /**< typecast */
     , m_mcast        /**< multiplexed typecast */
@@ -654,6 +655,9 @@
 /** MIL CTderive function */
 PFmil_t * PFmil_ctderive (const PFmil_t *, const PFmil_t *);
 
+/** MIL texist function */
+PFmil_t * PFmil_texist (const PFmil_t *, const PFmil_t *);
+
 /** enumerate operator, return sequence of integers */
 PFmil_t * PFmil_enumerate (const PFmil_t *, const PFmil_t *);
     


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to