the callbacks in C now take the concrete syntax as a parameter

This commit is contained in:
krasimir
2015-05-18 14:41:33 +00:00
parent 773a33979b
commit ce05465365
6 changed files with 13 additions and 13 deletions

View File

@@ -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);