Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8610
Modified Files:
batcalc.mx
Log Message:
fix order in bataccum call
Index: batcalc.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/batcalc.mx,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- batcalc.mx 4 Oct 2007 10:37:18 -0000 1.144
+++ batcalc.mx 9 Dec 2007 16:10:09 -0000 1.145
@@ -524,14 +524,14 @@
return res;
}
-batcalc_export str [EMAIL PROTECTED]@[EMAIL PROTECTED]@5(int *ret, int *r,
void *cst, int *l);
-str [EMAIL PROTECTED]@[EMAIL PROTECTED]@5(int *ret, int *r, void *cst, int *l)
+batcalc_export str [EMAIL PROTECTED]@[EMAIL PROTECTED]@5(int *ret, int *l,
void *cst, int *r);
+str [EMAIL PROTECTED]@[EMAIL PROTECTED]@5(int *ret, int *l, void *cst, int *r)
{
BAT *bn, *b;
char *res = MAL_SUCCEED;
- @:getBATdescriptor(r,bn,"[EMAIL PROTECTED]")@
- @:getBATdescriptor(l,b,"[EMAIL PROTECTED]")@
+ @:getBATdescriptor(l,bn,"[EMAIL PROTECTED]")@
+ @:getBATdescriptor(r,b,"[EMAIL PROTECTED]")@
@:chkSize(bn,b,[EMAIL PROTECTED])@
if( '@1'== '/') {
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins