mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
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