next, identical with tail of the loop
This commit is contained in:
parent
9dc52933f8
commit
54d743c87e
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue