mirror of
https://github.com/StefanSchippers/xschem.git
synced 2026-09-08 12:44:11 +02:00
dont break .inc in addition to .include lines
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ BEGIN{ quote=0 }
|
||||
first = substr($0,1,1)
|
||||
|
||||
# dont break .include lines as ngspice chokes on these.
|
||||
if(tolower($1) ~ /\.include|\.lib|\.title|\.save/) nobreak = 1
|
||||
if(tolower($1) ~ /\.inc(lude)?|\.lib|\.title|\.save/) nobreak = 1
|
||||
else nobreak = 0
|
||||
# 20151203 faster executionif no {}' present
|
||||
if($0 ~/[{}']/ || quote) {
|
||||
|
||||
Reference in New Issue
Block a user