summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/reasoner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/reasoner.h')
-rw-r--r--src/runtime/c/pgf/reasoner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/reasoner.h b/src/runtime/c/pgf/reasoner.h
index 714b31b4a..7826ef2a3 100644
--- a/src/runtime/c/pgf/reasoner.h
+++ b/src/runtime/c/pgf/reasoner.h
@@ -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;