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