From b47c8cc7d2e2e8435fe6ee6995b80aed7cb9d292 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 3 May 2003 23:15:09 +0000 Subject: [PATCH] No, forget about rev 1.24. My system wasn't virgin enough when I tested that. Restore rev 1.23. --- usr.bin/xlint/xlint/xlint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c index 1f971639c58f..257f493d0895 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -344,7 +344,6 @@ main(int argc, char *argv[]) appcstrg(&cflags, "-U__GNUC__"); appcstrg(&cflags, "-undef"); #endif - appcstrg(&cflags, "-Wp,-fno-dollars-in-identifiers"); appcstrg(&cflags, "-Wp,-C"); appcstrg(&cflags, "-Wcomment"); appcstrg(&cflags, "-D__LINT__");