diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-10-06 09:04:25 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-10-06 09:04:25 +0000 |
| commit | 889c0f3df401e98a0d5839654f9d460cde49663e (patch) | |
| tree | 61d87f903826a7350c0ce0d873a88a2ae27b4614 /src/runtime/c/pgf/evaluator.h | |
| parent | 4e00834c68f85fe23abb9877dd3a372f2a215038 (diff) | |
partial implementation for the FAIL instruction
Diffstat (limited to 'src/runtime/c/pgf/evaluator.h')
| -rw-r--r-- | src/runtime/c/pgf/evaluator.h | 2 |
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; |
