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

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


Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- pftijah.mx  11 Dec 2007 10:08:09 -0000      1.158
+++ pftijah.mx  9 Jan 2008 23:39:43 -0000       1.159
@@ -3749,10 +3749,10 @@
        
         /* insert bats in result */            
        BATseqbase(res, (oid)0);
-       voidfix_bunfastins_nocheck_noinc(res, lst_res, 0, 
&newindex->batCacheid);
+       voidfix_bunfastins_nocheck_noinc(res, lst_res, 0, 
(void*)&newindex->batCacheid);
        BBPunfix(newindex->batCacheid); 
        lst_res++;
-       voidfix_bunfastins_nocheck_noinc(res, lst_res, 0, &newpre->batCacheid); 
+       voidfix_bunfastins_nocheck_noinc(res, lst_res, 0, 
(void*)&newpre->batCacheid); 
        BBPunfix(newpre->batCacheid);   
        lst_res++;
        


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