Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16177
Modified Files:
mal_import.mx
Log Message:
Only declare variable when assertions are enabled, since it's only
used in a call to assert.
Index: mal_import.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_import.mx,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- mal_import.mx 30 Dec 2007 18:21:12 -0000 1.73
+++ mal_import.mx 8 Jan 2008 12:09:04 -0000 1.74
@@ -127,7 +127,9 @@
Symbol oldprg = c->curprg;
MalStkPtr oldglb = c->glb;
@= restoreState3
+#ifndef NDEBUG
bstream *oldfdin = c->fdin;
+#endif
int oldmode = c->mode;
int oldblkmode = c->blkmode;
str oldsrcFile = c->srcFile;
-------------------------------------------------------------------------
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