mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
the callbacks in C now take the concrete syntax as a parameter
This commit is contained in:
@@ -1473,7 +1473,7 @@ pgf_parsing_symbol(PgfParsing* ps, PgfItem* item, PgfSymbol sym)
|
||||
size_t start = ps->before->end_offset;
|
||||
size_t offset = start;
|
||||
PgfExprProb *ep =
|
||||
callback->match(callback,
|
||||
callback->match(callback, ps->concr,
|
||||
slit->r,
|
||||
ps->sentence, &offset,
|
||||
ps->out_pool);
|
||||
|
||||
Reference in New Issue
Block a user