1
0
forked from GitHub/gf-core

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 be8bf64eb2
commit 65ea8814aa

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