GCC 3.3's cpplib does not impliment -$ (forbid the use of $ in identifiers).
This commit is contained in:
parent
08383fff66
commit
804388bb2e
@ -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__");
|
||||
|
Loading…
Reference in New Issue
Block a user