Changeset: e680b640d816 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e680b640d816
Modified Files:
        monetdb5/mal/mal_stack.c
Branch: Aug2011
Log Message:

re-activate "dark code" of function reallocStack() to fix compilation

it appears that mal_box now requires the "dark code" of
mal_stack's function reallocStack() ...


diffs (19 lines):

diff --git a/monetdb5/mal/mal_stack.c b/monetdb5/mal/mal_stack.c
--- a/monetdb5/mal/mal_stack.c
+++ b/monetdb5/mal/mal_stack.c
@@ -95,7 +95,6 @@
        return s;
 }
 
-#if 0
 /* dark code, we need quite some lux to shed a little light on this */
 MalStkPtr
 reallocStack(MalStkPtr s, int cnt)
@@ -112,7 +111,6 @@
        GDKfree(old);
        return s;
 }
-#endif
 
 /*
  * @-
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to