subckt.c, doit(), reorder

This commit is contained in:
rlar 2014-07-18 17:58:02 +02:00
parent 5944a2505a
commit 45648d4caa
1 changed files with 2 additions and 2 deletions

View File

@ -634,10 +634,10 @@ doit(struct line *deck, wordlist *modnames) {
lcc = lcc->li_next;
lcc->li_next = savenext;
}
c = lcc->li_next;
prev_of_c = lcc;
tfree(tofree);
tfree(tofree2);
prev_of_c = lcc;
c = lcc->li_next;
} /* if (ciprefix(invoke, c->li_line)) . . . */
else {
prev_of_c = c;