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

Modified Files:
        crackers_sideways.mx 
Log Message:
two functions calling the same mx macro but not using all its variables


Index: crackers_sideways.mx
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB5/src/modules/mal/crackers/crackers_sideways.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- crackers_sideways.mx        15 Jan 2008 13:03:50 -0000      1.7
+++ crackers_sideways.mx        16 Jan 2008 08:50:43 -0000      1.8
@@ -2906,10 +2906,10 @@
 @
 
 @= RangeSelectBody
-       BAT *viewHead;
+       BAT *viewHead = NULL;
         BAT *b, *c, *view=NULL;
         int  m, h;
-        oid vl, vh, posl, posh, cl1, ch1, cl2, ch2;
+        oid vl=0, vh=0, posl, posh, cl1=0, ch1=0, cl2=0, ch2=0;
         oid _vl;
         int gapL = 1, gapH = 1;
         bit HBound, foundLow=0, foundHgh=0;
@@ -3653,6 +3653,7 @@
        @:RangeSelectBody(@1,@2,@3,@4)@
        (void)viewHead;
        (void)view;
+       (void)newCrackerMAP;
        /* Define resulting view: a contiguous area on the map */       
         @:CreateDisjunctiveResultSideways(@1,@2,@3,@4)@
 


-------------------------------------------------------------------------
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