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

Modified Files:
        mil.h mil_mnemonic.h 
Log Message:
* Implementation of the serialize operator for the UpdateTape proc.
* The order of a sequence is reversed for insertIntoAsFirst, InsertAfter.


Index: mil_mnemonic.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil_mnemonic.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- mil_mnemonic.h      26 Oct 2007 13:03:15 -0000      1.39
+++ mil_mnemonic.h      26 Nov 2007 16:25:48 -0000      1.40
@@ -580,4 +580,7 @@
 /** module loading */
 #define module(a) PFmil_module (a)
 
+/** play update tape function */
+#define update_tape(a) PFmil_upd (a)
+
 /* vim:set shiftwidth=4 expandtab: */

Index: mil.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- mil.h       21 Nov 2007 15:17:41 -0000      1.47
+++ mil.h       26 Nov 2007 16:25:48 -0000      1.48
@@ -424,6 +424,8 @@
                           debugging purposes. */
 
     , m_module       /**< module loading */
+
+    , m_update_tape  /**< play update tape function */ 
 };
 typedef enum PFmil_kind_t PFmil_kind_t;
 
@@ -1353,6 +1355,8 @@
 
 PFmil_t * PFmil_module (const PFmil_t *);
 
+PFmil_t * PFmil_upd (const PFmil_t *);
+
 #define PFmil_seq(...) \
     PFmil_seq_ (sizeof ((PFmil_t *[]) { __VA_ARGS__} ) / sizeof (PFmil_t *), \
                 (const PFmil_t *[]) { __VA_ARGS__ } )


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to