Update of /cvsroot/monetdb/MonetDB5/src/optimizer
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29890
Modified Files:
opt_macro.mx
Log Message:
revert initialization of return variables.
Index: opt_macro.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/opt_macro.mx,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- opt_macro.mx 26 Dec 2007 14:31:12 -0000 1.24
+++ opt_macro.mx 27 Dec 2007 10:36:16 -0000 1.25
@@ -278,14 +278,13 @@
for (i = 0; i < pc; i++)
ns[k++] = mb->stmt[i];
- /* make result variable(s) known, ie assign a nil value
+ /* make result variable(s) known, ie assign a nil value */
for (n = 0; n < p->retc; n++) {
q = ns[k++] = newInstruction(NULL, ASSIGNsymbol);
q->argc = q->retc = 0;
q= pushArgument(mb, q, getArg(p, n)); q->retc++;
q= pushNil(mb, q, getArgType(mb, p, n));
}
- */
/* copying stops at the first return statement */
for (i = 1; i < mc->stop - 1; i++) {
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins