From ce0546536588d5debe82770ef6bcf1efff6682f6 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 18 May 2015 14:41:33 +0000 Subject: the callbacks in C now take the concrete syntax as a parameter --- src/runtime/haskell-bind/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/haskell-bind') diff --git a/src/runtime/haskell-bind/utils.c b/src/runtime/haskell-bind/utils.c index 0724cde21..a00527df5 100644 --- a/src/runtime/haskell-bind/utils.c +++ b/src/runtime/haskell-bind/utils.c @@ -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) -- cgit v1.2.3