Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10931/mal
Modified Files:
mal_instruction.mx
Log Message:
VAR_STORED isn't needed any more
Index: mal_instruction.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- mal_instruction.mx 12 Mar 2008 20:14:22 -0000 1.311
+++ mal_instruction.mx 12 Mar 2008 21:14:35 -0000 1.312
@@ -336,9 +336,8 @@
#define VAR_INIT 32
#define VAR_USED 64
#define VAR_DISABLED 128 /* used for comments and scheduler */
-#define VAR_STORED 256 /* Recycle control, variable can be recycled */
-#define VAR_RECYCLE 512 /* Recycle control, variable can be recycled */
-#define VAR_KEPT 1024 /* Recycle control, variable is available */
+#define VAR_RECYCLE 256 /* Recycle control, variable can be recycled */
+#define VAR_KEPT 512 /* Recycle control, variable is available */
/* type check status is kept around to improve type checking efficiency */
#define TYPE_ERROR -1
@@ -464,7 +463,6 @@
@:varProperty(Typedef,TYPEVAR)@
@:varProperty(UDFtype,UDFTYPE)@
@:varProperty(Constant,CONSTANT)@
-@:varProperty(Stored,STORED)@
@:varProperty(Kept,KEPT)@
@:varProperty(Recycled,RECYCLE)@
-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins