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

Modified Files:
        mil.h 
Log Message:
- Mil implementation for the functions:
  * fn:name
  * fn:local-name
  * fn:namespace-uri
- Changed the UpdateTape function signature to be BAT[void,lng] for the kind
  of the update.


Index: mil.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- mil.h       11 Jan 2008 10:47:06 -0000      1.50
+++ mil.h       15 Jan 2008 15:52:57 -0000      1.51
@@ -76,29 +76,30 @@
 #define PF_MIL_VAR_ATTR_CONT   26
 #define PF_MIL_VAR_QN_LOC      27
 #define PF_MIL_VAR_QN_URI      28
-#define PF_MIL_VAR_PROP_VAL    29
-#define PF_MIL_VAR_PROP_TEXT   30
-#define PF_MIL_VAR_PROP_COM    31
-#define PF_MIL_VAR_PROP_INS    32
-#define PF_MIL_VAR_PROP_TGT    33
+#define PF_MIL_VAR_QN_PREFIX   29
+#define PF_MIL_VAR_PROP_VAL    30
+#define PF_MIL_VAR_PROP_TEXT   31
+#define PF_MIL_VAR_PROP_COM    32
+#define PF_MIL_VAR_PROP_INS    33
+#define PF_MIL_VAR_PROP_TGT    34
 
-#define PF_MIL_VAR_LE          34
-#define PF_MIL_VAR_LT          35
-#define PF_MIL_VAR_EQ          36
-#define PF_MIL_VAR_GT          37
-#define PF_MIL_VAR_GE          38
+#define PF_MIL_VAR_LE          35
+#define PF_MIL_VAR_LT          36
+#define PF_MIL_VAR_EQ          37
+#define PF_MIL_VAR_GT          38
+#define PF_MIL_VAR_GE          39
 
-#define PF_MIL_VAR_TRACE_OUTER 39
-#define PF_MIL_VAR_TRACE_INNER 40
-#define PF_MIL_VAR_TRACE_ITER  41
-#define PF_MIL_VAR_TRACE_MSG   42
-#define PF_MIL_VAR_TRACE_ITEM  43
-#define PF_MIL_VAR_TRACE_TYPE  44
-#define PF_MIL_VAR_TRACE_REL   45
+#define PF_MIL_VAR_TRACE_OUTER 40
+#define PF_MIL_VAR_TRACE_INNER 41
+#define PF_MIL_VAR_TRACE_ITER  42
+#define PF_MIL_VAR_TRACE_MSG   43
+#define PF_MIL_VAR_TRACE_ITEM  44
+#define PF_MIL_VAR_TRACE_TYPE  45
+#define PF_MIL_VAR_TRACE_REL   46
 
-#define PF_MIL_VAR_TIME_LOAD   46
-#define PF_MIL_VAR_TIME_QUERY  47
-#define PF_MIL_VAR_TIME_PRINT  48
+#define PF_MIL_VAR_TIME_LOAD   47
+#define PF_MIL_VAR_TIME_QUERY  48
+#define PF_MIL_VAR_TIME_PRINT  49
 
 #define PF_MIL_RES_VAR_COUNT (PF_MIL_VAR_TIME_PRINT + 1)
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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