* gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).

From-SVN: r85726
This commit is contained in:
David Edelsohn 2004-08-09 22:01:05 +00:00 committed by David Edelsohn
parent 067a5735c5
commit feb21f0d14
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-09 David Edelsohn <edelsohn@gnu.org>
* gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
2004-08-09 Paolo Bonzini <bonzini@gnu.org>
* gcc.dg/wchar_t-2.c: Fix typo.

View File

@ -78,7 +78,7 @@
# error
#endif
#if defined __unix__
#if defined __unix__ || defined _AIX
# if !#system(unix)
# error
# endif