Commit feb21f0d by David Edelsohn Committed by David Edelsohn

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

From-SVN: r85726
parent 067a5735
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.
......
......@@ -78,7 +78,7 @@
# error
#endif
#if defined __unix__
#if defined __unix__ || defined _AIX
# if !#system(unix)
# error
# endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment