mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
CAPIT is now naturally supported in the C runtime
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user