Since multiple hints lines do not work, make doing that a fatal error.
This commit is contained in:
parent
82336c7dbb
commit
f4359e4e36
@ -191,6 +191,9 @@ Config_spec:
|
||||
} |
|
||||
HINTS ID
|
||||
= {
|
||||
if (hints != NULL)
|
||||
errx(1, "More than one 'hints' line at %s:%d",
|
||||
yyfile, yyline);
|
||||
hints = $2;
|
||||
hintmode = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user