Mercurial > hg > xemacs-beta
diff src/sysdep.h @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | ca9a9ec9c1c1 |
children | 558f606b08ae |
line wrap: on
line diff
--- a/src/sysdep.h Mon Aug 13 10:31:30 2007 +0200 +++ b/src/sysdep.h Mon Aug 13 10:32:22 2007 +0200 @@ -158,16 +158,8 @@ # ifdef strerror # undef strerror # endif -#if defined (__GNUC__) && defined (__GNUC_MINOR__) -#if ((__GNUC__ == 2) && (__GNUC_MINOR__ > 7)) || ((__GNUC__ > 2)) -char *strerror (int); -#else CONST char *strerror (int); #endif -#else -CONST char *strerror (int); -#endif -#endif #ifdef WINDOWSNT void mswindows_set_errno (unsigned long win32_error);