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

Modified Files:
        gdk_qsort.mx 
Log Message:
fixed bug in any'case for qsort. To much data was copied. (This makes
the --enable--noexpand=all work again, allthough some properties need
to be fixed)


Index: gdk_qsort.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_qsort.mx,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- gdk_qsort.mx        4 Oct 2007 10:33:41 -0000       1.28
+++ gdk_qsort.mx        9 Jan 2008 11:50:01 -0000       1.29
@@ -141,7 +141,7 @@
 #define void_SWAP(TYPE, a, b, s)
 #define void_multi_SWAP(TYPE, a, b, n)
 
-#define iterate_SWAP(TYPE, a, b, s)            tpe_SWAP(chr, a, b, MULT_TS(s))
+#define iterate_SWAP(TYPE, a, b, s)            tpe_SWAP(chr, a, b, s)
 #define iterate_multi_SWAP(TYPE, a, b, n)      tpe_SWAP(chr, a, b, MULT_TS(n))
 
 #define tpe_SWAP(TYPE, a, b, n) {                      \


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