From b1e6a21c56c5aef62716c35546d4596e11bbbf94 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 31 Oct 2014 14:16:11 +0000 Subject: now (+) in the abstract syntax works, i.e. it knows how to deal with partial sums --- src/runtime/c/pgf/data.h | 4 +++- 1 file changed, 3 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 79c8dcc31..a3554ef45 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -141,7 +141,9 @@ typedef enum { PGF_INSTR_DROP = 16, PGF_INSTR_JUMP = 17, PGF_INSTR_FAIL = 18, - PGF_INSTR_ADD = 19, + PGF_INSTR_PUSH_ACCUM = 19, + PGF_INSTR_POP_ACCUM = 20, + PGF_INSTR_ADD = 21, } PgfInstruction; typedef GuSeq PgfConcrs; -- cgit v1.2.3