1
0
forked from GitHub/gf-core

fix the debug mode in the tree generator in the C runtime

This commit is contained in:
krasimir
2015-09-11 09:26:17 +00:00
parent e5ec343f4f
commit ef888baec8
2 changed files with 22 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ struct PgfReasoner {
PgfAbswersMap* table;
GuBuf* pqueue;
GuBuf* exprs;
PgfClosure* start;
PgfEvalGates* eval_gates; // cached from pgf->abstr->eval_gates
GuExn* err;
void* enter_stack_ptr;