mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix the debug mode of the parser after the refactoring in libgu
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user