mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -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
|
#ifdef PGF_PARSER_DEBUG
|
||||||
static void
|
static void
|
||||||
pgf_print_production_args(PgfPArgs args,
|
pgf_print_production_args(PgfPArgs* args,
|
||||||
GuOut* out, GuExn* err)
|
GuOut* out, GuExn* err)
|
||||||
{
|
{
|
||||||
size_t n_args = gu_seq_length(args);
|
size_t n_args = gu_seq_length(args);
|
||||||
|
|||||||
Reference in New Issue
Block a user