Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20169

Modified Files:
        gdk_batop.mx 
Log Message:
fixed compilation issue. 


Index: gdk_batop.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_batop.mx,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- gdk_batop.mx        4 Oct 2007 10:33:35 -0000       1.141
+++ gdk_batop.mx        4 Oct 2007 10:58:36 -0000       1.142
@@ -613,6 +613,7 @@
        }
 @= stringselect
        if (strElimDoubles(b->hheap)) {
+               BUN p;
                size_t j;
 
                HASHloop_fstr(bi, b->H->hash, p, j, tl) {
@@ -621,6 +622,8 @@
                        q++;
                }
        } else {
+               BUN p;
+
                HASHloop_str(bi, b->H->hash, p, tl) {
                        if (q < r)
                                bunfastins_nocheck(bn, q, [EMAIL PROTECTED](bi, 
p), tl, hs, ts);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to