forked from GitHub/gf-core
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