Changeset: 1359b53d7745 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1359b53d7745
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: default
Log Message:

set the nr of global variable correctly (after removal of trace flag)


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -261,7 +261,7 @@ SQLexit(Client c)
        stack_push_var(sql, name, &ctype);         \
        stack_set_var(sql, name, VALset(&src, ctype.type->localtype, val));
 
-#define NR_GLOBAL_VARS 9
+#define NR_GLOBAL_VARS 8
 /* NR_GLOBAL_VAR should match exactly the number of variables created
    in global_variables */
 /* initialize the global variable, ie make mvc point to these */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to