From owner-freebsd-current Tue Nov 23 16:45:21 1999 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id A4946154B8; Tue, 23 Nov 1999 16:45:16 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 24 Nov 1999 00:44:10 +0000 (GMT) To: freebsd-current@freebsd.org Cc: obrien@freebsd.org Subject: Lint broken in -current. X-Request-Do: Date: Wed, 24 Nov 1999 00:44:10 +0000 From: David Malone Message-ID: <199911240044.aa67654@salmon.maths.tcd.ie> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 dwmalone@gonzo.home:/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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message