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

Modified Files:
        pf_support.mx 
Log Message:
Fixed some type punning problems.

U pf_support.mx
Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -d -r1.298 -r1.299
--- pf_support.mx       14 May 2008 18:18:18 -0000      1.298
+++ pf_support.mx       22 May 2008 12:19:28 -0000      1.299
@@ -7513,7 +7513,7 @@
 @= sort_only
        BATiter bi = bat_iterator(b);
        BUN rp, rq;
-       SORTloop_oid(b, rp, rq, (ptr)(&p), (ptr)(&p)) {
+       SORTloop_oid(b, rp, rq, &p, &p) {
                oidoid_bunfastins(bn,&base,BUNhead(bi,rp)); /* FIXME: "hvar" 
(void) vs. "hloc" (oid) */
        }
 @= scan_only


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

Reply via email to