summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/evaluator.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2014-10-06 09:04:25 +0000
committerkr.angelov <kr.angelov@gmail.com>2014-10-06 09:04:25 +0000
commit889c0f3df401e98a0d5839654f9d460cde49663e (patch)
tree61d87f903826a7350c0ce0d873a88a2ae27b4614 /src/runtime/c/pgf/evaluator.h
parent4e00834c68f85fe23abb9877dd3a372f2a215038 (diff)
partial implementation for the FAIL instruction
Diffstat (limited to 'src/runtime/c/pgf/evaluator.h')
-rw-r--r--src/runtime/c/pgf/evaluator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/evaluator.h b/src/runtime/c/pgf/evaluator.h
index 0e9236abb..ac314f602 100644
--- a/src/runtime/c/pgf/evaluator.h
+++ b/src/runtime/c/pgf/evaluator.h
@@ -79,6 +79,8 @@ struct PgfEvalGates {
PgfFunction update_closure;
PgfFunction update_pap;
+ PgfFunction mk_const;
+
PgfClosure* (*enter)(PgfEvalState* state, PgfClosure* closure);
GuFinalizer fin;