subs, rewrite "!subs" criterion, sss === subs, EXACT
This commit is contained in:
parent
6d7ecf7c6c
commit
3725ae2575
|
|
@ -529,7 +529,7 @@ doit(struct line *deck) {
|
||||||
* all .subckt defs found, including this one
|
* all .subckt defs found, including this one
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!sss) /* if sss == FALSE, we have found no subckts. Just return. */
|
if (!subs) /* we have found no subckts. Just return. */
|
||||||
return (deck);
|
return (deck);
|
||||||
|
|
||||||
/* Otherwise, expand sub-subcircuits recursively. */
|
/* Otherwise, expand sub-subcircuits recursively. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue