mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-28 16:54:20 +02:00
subckt.c, doit(), reorder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user