summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-01-14 09:25:31 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-01-14 09:25:31 +0000
commit570080640e94beeae38462564bb2ad0677efd3da (patch)
treed0f09d95db5a81ca5b1f2654c0fa0bcd6d6d6107 /usr.bin
parenta7c517ceaf4b2375a1514714b537d5ef4edeaa19 (diff)
downloadsrc-test2-570080640e94beeae38462564bb2ad0677efd3da.tar.gz
src-test2-570080640e94beeae38462564bb2ad0677efd3da.zip
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xlint/xlint/xlint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c
index a341861f4558..3735688bb237 100644
--- a/usr.bin/xlint/xlint/xlint.c
+++ b/usr.bin/xlint/xlint/xlint.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: xlint.c,v 1.3 1995/10/23 14:29:30 jpo Exp $";
+static char rcsid[] = "$FreeBSD$";
#endif
#include <sys/param.h>
@@ -321,7 +321,6 @@ main(argc, argv)
libsrchpath = xcalloc(1, sizeof (char *));
appcstrg(&cppflags, "-lang-c");
- appcstrg(&cppflags, "-undef");
appcstrg(&cppflags, "-$");
appcstrg(&cppflags, "-C");
appcstrg(&cppflags, "-Wcomment");