Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26873/src/modules/kernel

Modified Files:
        calc.mx 
Log Message:
propagated changes of Tuesday Dec 18 2007 - Wednesday Dec 19 2007
from the MonetDB_5-2 branch to the development trunk



Index: calc.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/calc.mx,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- calc.mx     18 Dec 2007 10:48:02 -0000      1.65
+++ calc.mx     19 Dec 2007 18:56:34 -0000      1.66
@@ -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

Reply via email to