mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
bugfix for the custom literals in the C runtime
This commit is contained in:
@@ -1503,7 +1503,7 @@ pgf_parsing_symbol(PgfParsing* ps, PgfItem* item, PgfSymbol sym)
|
|||||||
PgfSymbol curr_sym = gu_null_variant;
|
PgfSymbol curr_sym = gu_null_variant;
|
||||||
PgfExprProb *ep =
|
PgfExprProb *ep =
|
||||||
callback->match(ps->concr, &curr_sym,
|
callback->match(ps->concr, &curr_sym,
|
||||||
item->conts->lin_idx,
|
slit->r,
|
||||||
ps->sentence, &offset,
|
ps->sentence, &offset,
|
||||||
ps->pool, ps->out_pool);
|
ps->pool, ps->out_pool);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user