Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27608
Modified Files:
Tag: MonetDB_5-0
algebra.mx
Log Message:
The default seqbase for mark head and tail is now as the comment says 0
instead of nil.
Index: algebra.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/algebra.mx,v
retrieving revision 1.178
retrieving revision 1.178.2.1
diff -u -d -r1.178 -r1.178.2.1
--- algebra.mx 12 Apr 2007 20:54:56 -0000 1.178
+++ algebra.mx 7 Jun 2007 07:15:05 -0000 1.178.2.1
@@ -2774,7 +2774,7 @@
str
ALGtmark_default(int *result, int *bid)
{
- oid o = oid_nil;
+ oid o = 0;
return ALGtmark(result, bid, &o);
}
@@ -2805,7 +2805,7 @@
str
ALGmarkHead_default(int *result, int *bid)
{
- oid o = oid_nil;
+ oid o = 0;
return ALGmarkHead(result, bid, &o);
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins