From 9303fe100fb842ed4aa2f88a5f5867eafef34e9c Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 30 Sep 2013 11:49:51 +0000 Subject: [PATCH] fix the bracketed linearization in Python after the introduction of nonExist and BIND --- src/runtime/python/pypgf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/runtime/python/pypgf.c b/src/runtime/python/pypgf.c index a76344ca7..e3cc404b5 100644 --- a/src/runtime/python/pypgf.c +++ b/src/runtime/python/pypgf.c @@ -1603,7 +1603,9 @@ static PgfLinFuncs pgf_bracket_lin_funcs = { .symbol_token = pgf_bracket_lzn_symbol_token, .expr_literal = pgf_bracket_lzn_expr_literal, .begin_phrase = pgf_bracket_lzn_begin_phrase, - .end_phrase = pgf_bracket_lzn_end_phrase + .end_phrase = pgf_bracket_lzn_end_phrase, + .symbol_ne = NULL, + .symbol_bind = NULL }; static PyObject*