mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
libpgf: another fix in the parser debugger
This commit is contained in:
@@ -182,9 +182,8 @@ pgf_print_item(PgfItem* item, GuWriter* wtr, GuExn* err)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case PGF_PRODUCTION_COERCE: {
|
case PGF_PRODUCTION_COERCE: {
|
||||||
PgfProductionCoerce* pcoerce = i.data;
|
|
||||||
gu_printf(wtr, err, "_[C%d]; %d : ",
|
gu_printf(wtr, err, "_[C%d]; %d : ",
|
||||||
pcoerce->coerce->fid,
|
gu_seq_index(item->args, PgfPArg, 0)->ccat,
|
||||||
item->base->lin_idx);
|
item->base->lin_idx);
|
||||||
if (item->seq_idx == 0)
|
if (item->seq_idx == 0)
|
||||||
gu_printf(wtr, err, ". ");
|
gu_printf(wtr, err, ". ");
|
||||||
|
|||||||
Reference in New Issue
Block a user