Add devices s and w to previous commit.
R and C are not yet covered here, due to the many varieties available.
This commit is contained in:
parent
c033298db9
commit
0d2d034eb2
|
|
@ -7198,7 +7198,7 @@ static void inp_quote_params(struct card *c, struct card *end_c,
|
||||||
/* There are devices that should not get quotes around tokens
|
/* There are devices that should not get quotes around tokens
|
||||||
following after the terminals. These may be model names or control
|
following after the terminals. These may be model names or control
|
||||||
voltages. See bug 384 or Skywater issue 327 */
|
voltages. See bug 384 or Skywater issue 327 */
|
||||||
if (strchr("fhmouydqjz", *curr_line))
|
if (strchr("fhmouydqjzsw", *curr_line))
|
||||||
num_terminals++;
|
num_terminals++;
|
||||||
|
|
||||||
for (i = 0; i < num_params; i++) {
|
for (i = 0; i < num_params; i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue