assert4.c: Fix for cygwin

2005-03-04  David Billinghurst  <David.Billinghurst@riotinto.com>

	* gcc.dg/cpp/assert4.c:  Fix for cygwin

From-SVN: r95849
This commit is contained in:
David Billinghurst 2005-03-03 23:46:43 +00:00 committed by David Billinghurst
parent 4300c4212e
commit ad16e76bfd
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-03-04 David Billinghurst <David.Billinghurst@riotinto.com>
* gcc.dg/cpp/assert4.c: Fix for cygwin
2005-03-02 Alexandre Oliva <aoliva@redhat.com>
* g++.dg/overload/using2.C: New.

View File

@ -78,7 +78,7 @@
# error
#endif
#if defined __unix__ || defined _AIX
#if ( defined __unix__ && !defined __CYGWIN__ ) || defined _AIX
# if !#system(unix)
# error
# endif
@ -118,7 +118,7 @@
# error
#endif
#if defined __WINNT__
#if defined __WINNT__ || defined __CYGWIN__
# if !#system(winnt)
# error
# endif