another minor problem fixed: only test on options['R'] once

in a FOR statement!
This commit is contained in:
ceriel
1988-11-23 13:10:57 +00:00
parent cd47424718
commit 89cb15bcbe
3 changed files with 9 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ printnode(nd, lvl)
register t_node *nd;
{
indnt(lvl);
print("Class: %d; Symbol: %s\n", nd->nd_class, symbol2str(nd->nd_symb));
print("Class: %d; Symbol: %s; Flags: %d\n", nd->nd_class, symbol2str(nd->nd_symb), nd->nd_flags);
if (nd->nd_type) {
indnt(lvl);
print("Type: ");