Changeset: 41b5ee44ab48 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=41b5ee44ab48 Modified Files: clients/Tests/exports.stable.out Branch: default Log Message:
approved altered copyVariable() signature after changeset dd9c25a04611 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 @@ -2439,7 +2439,7 @@ InstrPtr copyInstruction(InstrPtr p); MalBlkPtr copyMalBlk(MalBlkPtr mb); void copyProperties(MalBlkPtr mb, int src, int dst); str copyRef; -void copyVariable(MalBlkPtr dst, VarPtr v); +int copyVariable(MalBlkPtr dst, VarPtr v); str copy_fromRef; str countRef; str count_no_nilRef; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
