diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-07 15:42:55 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-07 15:42:55 +0000 |
commit | 965d0f2968633239f18f735b4eb9308ddc81898b (patch) | |
tree | c8a3b69415bd3b0d2e00cbba0570ff527b2650c8 /gcc/real.h | |
parent | 728d39821af6de53db7df30e1a539157d16b1332 (diff) | |
download | gcc-965d0f2968633239f18f735b4eb9308ddc81898b.tar.gz |
PR other/40302
* builtins.c: Remove HAVE_mpc* checks throughout.
* fold-const.c: Likewise.
* real.h: Likewise.
* toplev.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155046 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/real.h b/gcc/real.h index e1fd3b07f60..e6fa0d2d859 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -24,18 +24,8 @@ #ifndef GENERATOR_FILE #include <gmp.h> #include <mpfr.h> -#ifdef HAVE_mpc #include <mpc.h> -# ifdef HAVE_mpc extern tree do_mpc_arg2 (tree, tree, tree, int, int (*)(mpc_ptr, mpc_srcptr, mpc_srcptr, mpc_rnd_t)); -# endif -# if MPC_VERSION >= MPC_VERSION_NUM(0,6,1) -# define HAVE_mpc_pow -# endif -# if MPC_VERSION >= MPC_VERSION_NUM(0,7,1) -# define HAVE_mpc_arc -# endif -#endif #endif #include "machmode.h" |