Commit df0e211f authored by Sjoerd Mullender's avatar Sjoerd Mullender

Removed unreachable goto statement to silence SGI compiler.

parent 0fabfd4a
......@@ -5363,7 +5363,6 @@ symtable_assign(struct symtable *st, node *n, int flag)
symtable_assign(st, CHILD(n, i), flag);
return;
}
goto loop;
case atom:
tmp = CHILD(n, 0);
if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment