Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30952

Modified Files:
        mal_recycle.mx 
Log Message:
Initialize variable to make the optimized compilation work...


Index: mal_recycle.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_recycle.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mal_recycle.mx      3 Mar 2008 08:10:48 -0000       1.6
+++ mal_recycle.mx      3 Mar 2008 13:21:47 -0000       1.7
@@ -390,7 +390,7 @@
 void
 RECYCLEexit(MalBlkPtr mb, MalStkPtr stk, InstrPtr p){
        int i,keepit= FALSE;
-       lng clk;
+       lng clk = 0;
        
        for(i=0; i<p->retc; i++)
        if( isVarRecycled(mb, getArg(p,i)) && !isVarKept(mb,getArg(p,i))){


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to