Changeset: e5325438ff55 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e5325438ff55
Modified Files:
monetdb5/mal/mal_builder.c
Branch: default
Log Message:
fix compilation
diffs (11 lines):
diff --git a/monetdb5/mal/mal_builder.c b/monetdb5/mal/mal_builder.c
--- a/monetdb5/mal/mal_builder.c
+++ b/monetdb5/mal/mal_builder.c
@@ -604,7 +604,6 @@ pushValue(MalBlkPtr mb, InstrPtr q, ValP
ValRecord cst;
assert(q);
- return NULL;
if (VALcopy(&cst, vr) == NULL)
addMalException(mb, createException(MAL, "pushValue", "Can not
allocate variable"));
_t = defConstant(mb,cst.vtype,&cst);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list