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/java/jpgf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/java') diff --git a/src/runtime/java/jpgf.c b/src/runtime/java/jpgf.c index 0c0284352..49a7e04dc 100644 --- a/src/runtime/java/jpgf.c +++ b/src/runtime/java/jpgf.c @@ -659,7 +659,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 }; JNIEXPORT jobjectArray JNICALL -- cgit v1.2.3