Changeset: b070b4058890 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b070b4058890
Modified Files:
monetdb5/optimizer/opt_macro.c
Branch: default
Log Message:
Merge with Jan2014 branch, not changing any files.
diffs (16 lines):
diff --git a/monetdb5/optimizer/opt_macro.c b/monetdb5/optimizer/opt_macro.c
--- a/monetdb5/optimizer/opt_macro.c
+++ b/monetdb5/optimizer/opt_macro.c
@@ -511,9 +511,10 @@ OPTorcamImplementation(Client cntxt, Mal
j = getSubScope(fcn);
for (t = s->subscope[j]; t != NULL; t = t->peer)
if (t->def->errors == 0) {
- if (getSignature(t)->token == FUNCTIONsymbol)
+ if (getSignature(t)->token == FUNCTIONsymbol) {
msg =ORCAMprocessor(cntxt, target, t);
- if( msg) GDKfree(msg);
+ if( msg) GDKfree(msg);
+ }
}
}
return 1;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list