diff --git a/src/runtime/c/pgf/parser.cxx b/src/runtime/c/pgf/parser.cxx index 3ef779fcd..c0640b021 100644 --- a/src/runtime/c/pgf/parser.cxx +++ b/src/runtime/c/pgf/parser.cxx @@ -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