Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14570/sql/src/backends/monet5

Modified Files:
        sql.mx 
Log Message:

make compile with assertions disabled


U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- sql.mx      7 Sep 2008 14:27:06 -0000       1.281
+++ sql.mx      7 Sep 2008 18:45:52 -0000       1.282
@@ -1854,7 +1854,9 @@
        mvc *c = NULL;
        str msg = getContext(cntxt,mb, &c, &b);
        int *r  = (int *) getArgReference(stk, pci, 0);
+#ifndef NDEBUG
        int mtype = getArgType(mb, pci, 1);
+#endif
        wrd nr;
        str *w = (str *) getArgReference(stk, pci, 2);
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to