GCC 3.3's cpplib does not impliment -$ (forbid the use of $ in identifiers).

This commit is contained in:
David E. O'Brien 2003-05-03 19:50:41 +00:00
parent 08383fff66
commit 804388bb2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114596

View File

@ -344,7 +344,6 @@ main(int argc, char *argv[])
appcstrg(&cflags, "-U__GNUC__");
appcstrg(&cflags, "-undef");
#endif
appcstrg(&cflags, "-Wp,-$");
appcstrg(&cflags, "-Wp,-C");
appcstrg(&cflags, "-Wcomment");
appcstrg(&cflags, "-D__LINT__");