Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32038/runtime

Modified Files:
        pf_support.mx 
Log Message:
compilation fixes after gdk_scanselect changes (needed for the broken gcc
compiler)


Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- pf_support.mx       3 Jan 2008 16:11:21 -0000       1.275
+++ pf_support.mx       9 Jan 2008 23:39:43 -0000       1.276
@@ -5567,7 +5567,7 @@
        DST = BUNlast(BN);
        BATseqbase(BN, (oid)0);
        for (c=0; c<ncols; c++, DST++) {
-               voidfix_bunfastins_nocheck_noinc(BN,DST,0,&bn[c]->batCacheid);
+               
voidfix_bunfastins_nocheck_noinc(BN,DST,0,(void*)&bn[c]->batCacheid);
                BBPunfix(bn[c]->batCacheid);
        }
        BATsetcount(BN, ncols); 


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to