fix the debug mode of the parser after the refactoring in libgu

This commit is contained in:
kr.angelov
2013-09-25 10:21:35 +00:00
parent 4f05852b22
commit 2e2f74741a

View File

@@ -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);