summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-23 14:07:57 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-23 14:07:57 +0000
commit929c87b9ce64a623a48d5c0f2b8987f19571a040 (patch)
tree4cd77ffb444a03d23c03437932e88a4e564789ce /src
parent89090be0373878ed70288733b455d481cc9674bd (diff)
downloadmpc-929c87b9ce64a623a48d5c0f2b8987f19571a040.tar.gz
removed further small workaround for mpfr<3
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1248 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'src')
-rw-r--r--src/mpc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mpc.h b/src/mpc.h
index 6f4adc7..8290642 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -24,11 +24,6 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#include "gmp.h"
#include "mpfr.h"
-/* Backwards compatibility with mpfr<3.0.0 */
-#ifndef mpfr_exp_t
-#define mpfr_exp_t mp_exp_t
-#endif
-
/* Define MPC version number */
#define MPC_VERSION_MAJOR 1
#define MPC_VERSION_MINOR 1