Correct debug printing code
This commit is contained in:
parent
3702284d2a
commit
cf7448bfa0
|
@ -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("(");
|
||||
|
|
Loading…
Reference in New Issue