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

Modified Files:
        crackers_index.mx crackers_sideways.mx 
Log Message:
a few more fixes missed before
from lng to oid


Index: crackers_index.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/crackers/crackers_index.mx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- crackers_index.mx   15 Jan 2008 11:05:06 -0000      1.5
+++ crackers_index.mx   15 Jan 2008 11:27:05 -0000      1.6
@@ -411,7 +411,7 @@
        oid *ph;
        @1  *pt;
        struct Node *newNode=NULL, *prev=NULL;
-       lng count;
+       oid count;
 
        ph = (oid*)Hloc(b, BUNlast(b));
        pt = (@1 *)Tloc(b, BUNlast(b));

Index: crackers_sideways.mx
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB5/src/modules/mal/crackers/crackers_sideways.mx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- crackers_sideways.mx        15 Jan 2008 11:05:06 -0000      1.5
+++ crackers_sideways.mx        15 Jan 2008 11:27:07 -0000      1.6
@@ -3340,7 +3340,7 @@
                        *nodeLow1=NULL,*nodeHgh1=NULL, 
*nodeLow2=NULL,*nodeHgh2=NULL, *localFirst=NULL; 
        struct Node *curCBatNodeLast=NULL, *curPieceNodeLast=NULL;
        oid cl1=0, ch1=0, cl2=0, ch2=0;
-        int _vl=0;
+        oid _vl=0;
         int gapL = 1, gapH = 1;
         bit HBound, foundLow=0, foundHgh=0, done=FALSE;
         BAT *p;     


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

Reply via email to