mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix the printing of meta items
This commit is contained in:
@@ -553,8 +553,9 @@ public:
|
||||
#ifdef PARSER_DEBUG
|
||||
MetaItem *res = this;
|
||||
while (res->arg != 0) {
|
||||
printer->puts(" ");
|
||||
printer->puts(" (");
|
||||
m->match_expr(printer, res->arg);
|
||||
printer->puts(")");
|
||||
res = res->next;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user