next, identical with tail of the loop

This commit is contained in:
rlar 2012-03-07 20:46:45 +01:00
parent 9dc52933f8
commit 54d743c87e
1 changed files with 0 additions and 2 deletions

View File

@ -451,8 +451,6 @@ doit(struct line *deck) {
if (ciprefix(sbend, c->li_line)) { /* found a .ends */
if (!--nest)
break; /* nest = 0 means we have balanced .subckt and .ends */
lcc = c; /* (lcc points to the position of the .ends) */
continue; /* then continue looping */
} else if (ciprefix(start, c->li_line)) /* if .subckt, increment nesting */
nest++;
lcc = c; /* lcc points to current pos of c */