diff options
Diffstat (limited to 'src/win95/fail.h')
| -rw-r--r-- | src/win95/fail.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/win95/fail.h b/src/win95/fail.h index 8838103..8c13555 100644 --- a/src/win95/fail.h +++ b/src/win95/fail.h @@ -21,22 +21,8 @@ extern "C" { #define VARARG_DECL #endif -#ifdef __GNUC__ - -#if __GNUC__ >= 2 && __GNUC_MINOR__ >= 5 -extern void -VARARG_DECL fail (const char * __format, ...) - __attribute__ ((noreturn, format (printf, 1, 2))); -#else -extern __volatile__ void VARARG_DECL fail (const char * __format, ...); -#endif - -#else - extern void VARARG_DECL fail (const char * __format, ...); -#endif - #ifdef __cplusplus } #endif |
