diff options
Diffstat (limited to 'fixincludes/tests/base/math.h')
-rw-r--r-- | fixincludes/tests/base/math.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h index 389dacf25c7..88b24d33e34 100644 --- a/fixincludes/tests/base/math.h +++ b/fixincludes/tests/base/math.h @@ -13,10 +13,6 @@ #ifdef __cplusplus #define exception __math_exception #endif -#ifndef FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE -#define FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE 1 - -struct exception; #if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK ) @@ -38,11 +34,6 @@ struct exception; #endif /* BROKEN_CABS_CHECK */ -#if defined( EXCEPTION_STRUCTURE_CHECK ) -extern int matherr(); -#endif /* EXCEPTION_STRUCTURE_CHECK */ - - #if defined( HPPA_HPUX_FP_MACROS_CHECK ) #endif /* _INCLUDE_HPUX_SOURCE */ @@ -118,8 +109,6 @@ extern int class(); int foo; #endif #endif /* STRICT_ANSI_NOT_CTD_CHECK */ - -#endif /* FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE */ #ifdef __cplusplus #undef exception #endif |