sysdep.c: Adjust condition after removal of __osf__.

2012-03-13  Tristan Gingold  <gingold@adacore.com>

	* sysdep.c: Adjust condition after removal of __osf__.

From-SVN: r185335
This commit is contained in:
Tristan Gingold 2012-03-13 14:17:52 +00:00 committed by Tristan Gingold
parent 0c12cd5e90
commit 3985be599e
2 changed files with 16 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2012-03-13 Tristan Gingold <gingold@adacore.com>
* sysdep.c: Adjust condition after removal of __osf__.
2012-03-12 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/gigi.h (shift_unc_components_for_thin_pointers): Kill.

View File

@ -252,7 +252,7 @@ __gnat_ttyname (int filedes)
#endif
#if defined (linux) || defined (sun) || defined (sgi) \
|| ! defined (__alpha_vxworks) || defined (WINNT) \
|| defined (WINNT) \
|| defined (__MACHTEN__) || defined (__hpux__) || defined (_AIX) \
|| (defined (__svr4__) && defined (i386)) || defined (__Lynx__) \
|| defined (__CYGWIN__) || defined (__FreeBSD__) || defined (__OpenBSD__) \
@ -310,7 +310,6 @@ getc_immediate_common (FILE *stream,
int waiting)
{
#if defined (linux) || defined (sun) || defined (sgi) \
|| ! defined (__alpha_vxworks) \
|| defined (__CYGWIN32__) || defined (__MACHTEN__) || defined (__hpux__) \
|| defined (_AIX) || (defined (__svr4__) && defined (i386)) \
|| defined (__Lynx__) || defined (__FreeBSD__) || defined (__OpenBSD__) \