Changeset: 31dc4bf69439 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=31dc4bf69439 Modified Files: clients/Tests/exports.stable.out Branch: Dec2016 Log Message:
Approved. diffs (12 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -2296,7 +2296,7 @@ InstrPtr newStmt(MalBlkPtr mb, const cha Symbol newSymbol(str nme, int kind); int newTmpVariable(MalBlkPtr mb, malType type); int newTypeVariable(MalBlkPtr mb, malType type); -int newVariable(MalBlkPtr mb, str name, size_t len, malType type); +int newVariable(MalBlkPtr mb, const char *name, size_t len, malType type); str nextRef; str notRef; str not_ilikeRef; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
