forked from GitHub/gf-core
the callbacks in C now take the concrete syntax as a parameter
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user