Lint no longer works in -current as cpp seems to have lost the -undef
option. The option is still shown in the usage message and the man
page, but the code seems to have gone walk about!
David.
0:30:gonzo 92% uname -a
FreeBSD gonzo.home 4.0-CURRENT FreeBSD 4.0-CURRENT #17: Sat Nov 20 13:35:22 GMT 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/GONZO i386
0:30:gonzo 93% cpp --help | fgrep undef
-Wundef Warn if an undefined macro is used by #if
-Wno-undef Do not warn about testing undefined macros
-g Include #define and #undef directives in the output
-u or -undef Do not predefine any macros
0:30:gonzo 94% cpp -undef
cpp: Invalid option `-undef'
0:30:gonzo 95% cpp -u
cpp: Invalid option `-u'
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message