Changeset: e461e90f1b7d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e461e90f1b7d
Modified Files:
        monetdb5/modules/kernel/column.mx
Branch: headless
Log Message:

Compile error


diffs (21 lines):

diff --git a/monetdb5/modules/kernel/column.mx 
b/monetdb5/modules/kernel/column.mx
--- a/monetdb5/modules/kernel/column.mx
+++ b/monetdb5/modules/kernel/column.mx
@@ -2021,7 +2021,7 @@
 
 
 str
-BKCnewBAT(int *res, int *ht, int *tt, BUN *cap)
+BKCnewBAT(int *res, int *ht, BUN *cap)
 {
        BAT *b;
 
@@ -2034,7 +2034,7 @@
                        return MAL_SUCCEED;
                }
        } else
-       if (CMDnew(&b, ht, tt, cap) == GDK_SUCCEED) {
+       if (CMDnew(&b, ht, cap) == GDK_SUCCEED) {
                *res = CBPkeepref(b);
                return MAL_SUCCEED;
        }
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to