diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-29 18:32:48 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-29 18:32:48 +0000 |
commit | fd7f45411bfd5fd73c1ce6c33773f7cfa53c1042 (patch) | |
tree | 868b251659367bac2dea78823807fd67afdc20a8 /fixincludes/tests/base/math.h | |
parent | 862f468ce622f6c9109267cace894779cd46b851 (diff) | |
download | gcc-fd7f45411bfd5fd73c1ce6c33773f7cfa53c1042.tar.gz |
* tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145257 138bc75d-0d04-0410-961f-82ee72b054a4
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 |