mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
cce8299145
Consider the negation operator (!) to be a word even if it is not followed by whitespace. This allows "optional !foo" which is what most programmers are naturally going to tend to do as opposed to "optional ! foo". Fix the negation (!) operator so that it binds only to the word that immediately follows it. |
||
---|---|---|
.. | ||
config.5 | ||
config.8 | ||
config.h | ||
config.y | ||
configvers.h | ||
kernconf.tmpl | ||
lang.l | ||
main.c | ||
Makefile | ||
mkheaders.c | ||
mkmakefile.c | ||
mkoptions.c |