From 2e2f74741ab494c4fa0898f6dcbbed86f790e710 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 25 Sep 2013 10:21:35 +0000 Subject: [PATCH] fix the debug mode of the parser after the refactoring in libgu --- src/runtime/c/pgf/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c index 5c66edc96..92c689fae 100644 --- a/src/runtime/c/pgf/parser.c +++ b/src/runtime/c/pgf/parser.c @@ -273,7 +273,7 @@ pgf_item_sequence(PgfItem* item, #ifdef PGF_PARSER_DEBUG static void -pgf_print_production_args(PgfPArgs args, +pgf_print_production_args(PgfPArgs* args, GuOut* out, GuExn* err) { size_t n_args = gu_seq_length(args);