summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-25 10:21:35 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-25 10:21:35 +0000
commit2e2f74741ab494c4fa0898f6dcbbed86f790e710 (patch)
tree001c03739cdd71ae088f9177b0bd478e68120d7f /src/runtime
parent4f05852b2298f47704342cfcb4b576933aa55ec7 (diff)
fix the debug mode of the parser after the refactoring in libgu
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/c/pgf/parser.c2
1 files changed, 1 insertions, 1 deletions
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);