don`t break "** sch_path:" / "** sym_path:" lines in spice netlists

This commit is contained in:
stefan schippers 2023-09-26 09:20:04 +02:00
parent 576a7e329b
commit 87da969b16
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ BEGIN{ quote=0 }
# dont break .include lines as ngspice chokes on these.
if(tolower($1) ~ /\.inc(lude)?|\.lib|\.title|\.save|\.write/) nobreak = 1
else if($0 ~/^\*\* ..._path:/) nobreak = 1
else nobreak = 0
# 20151203 faster executionif no {}' present
if($0 ~/[{}']/ || quote) {