No quoting of potential params when comnpatmode is set to hs
and variable no_auto_braces is set.
This commit is contained in:
parent
16e6f21523
commit
35c63e1008
|
|
@ -8429,6 +8429,9 @@ static void inp_quote_params(struct card *c, struct card *end_c,
|
|||
if (ft_skywaterpdk)
|
||||
return;
|
||||
|
||||
if (newcompat.hs && cp_getvar("no_auto_braces", CP_BOOL, NULL, 0))
|
||||
return;
|
||||
|
||||
for (; c && c != end_c; c = c->nextcard) {
|
||||
|
||||
int i, j, num_terminals;
|
||||
|
|
|
|||
Loading…
Reference in New Issue