From 80acad444792b77a77b6fa232989e1d2caf8c673 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 29 Sep 2014 15:00:04 +0000 Subject: bugfix in the pattern matching compiler and a number of other fixes that I somehow did not push before --- src/runtime/c/pgf/data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 8c9b577d9..b1e0a2b35 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -119,7 +119,8 @@ typedef enum { PGF_INSTR_PUSH = 9, PGF_INSTR_EVAL = 10, PGF_INSTR_RET = 13, - PGF_INSTR_FAIL = 15 + PGF_INSTR_DROP = 15, + PGF_INSTR_FAIL = 16 } PgfInstruction; struct PgfPGF { -- cgit v1.2.3