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

@@ -12,7 +12,7 @@ typedef struct {
} HSPgfLiteralCallback;
static PgfExprProb*
hspgf_match_callback(PgfLiteralCallback* self,
hspgf_match_callback(PgfLiteralCallback* self, PgfConcr* concr,
size_t lin_idx,
GuString sentence, size_t* poffset,
GuPool *out_pool)