From 00922153aa1f94754847f60a959f3849dfc4771b Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 22 Oct 2014 15:05:55 +0000 Subject: CAPIT is now naturally supported in the C runtime --- src/runtime/python/pypgf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/python') diff --git a/src/runtime/python/pypgf.c b/src/runtime/python/pypgf.c index 10dd0969f..c356e5c76 100644 --- a/src/runtime/python/pypgf.c +++ b/src/runtime/python/pypgf.c @@ -1728,7 +1728,8 @@ static PgfLinFuncs pgf_bracket_lin_funcs = { .begin_phrase = pgf_bracket_lzn_begin_phrase, .end_phrase = pgf_bracket_lzn_end_phrase, .symbol_ne = NULL, - .symbol_bind = NULL + .symbol_bind = NULL, + .symbol_capit = NULL }; static PyObject* -- cgit v1.2.3