Correct debug printing code

This commit is contained in:
Guido van Rossum 1992-09-03 20:46:37 +00:00
parent 3702284d2a
commit cf7448bfa0
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ dumptree(g, n)
else {
label l;
l.lb_type = TYPE(n);
l.lb_str = TYPE(str);
l.lb_str = STR(n);
printf("%s", labelrepr(&l));
if (ISNONTERMINAL(TYPE(n))) {
printf("(");