Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31280/src/modules/kernel
Modified Files:
Tag: MonetDB_5-2
calc.mx
Log Message:
ifthenelse (bit:nil ,x,y) now returns nil (of type of x, y)
Index: calc.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/calc.mx,v
retrieving revision 1.63.2.3
retrieving revision 1.63.2.4
diff -u -d -r1.63.2.3 -r1.63.2.4
--- calc.mx 13 Dec 2007 11:46:25 -0000 1.63.2.3
+++ calc.mx 18 Dec 2007 21:54:45 -0000 1.63.2.4
@@ -767,7 +767,6 @@
if (b == bit_nil) {
p = ATOMnilptr(t1);
- throw(MAL, "ifthenelse", "cannot switch on nil value\n");
} else if (b) {
p = getArgReference(stk,P,2);
} else {
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins