summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-04 09:54:23 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-04 09:54:23 +0000
commitcc2da1f3790db3d689fac08d4afc0404297e6d89 (patch)
treee32286a30a7de9047511d0892feaa5532f581b39
parent42c8f0135fab40c6f70d97f16f3e8fcd127dcec6 (diff)
downloadmpc-cc2da1f3790db3d689fac08d4afc0404297e6d89.tar.gz
mpc.h: remove duplicate __MPC_DECLSPEC definition
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1110 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--src/mpc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mpc.h b/src/mpc.h
index 8f38538..ee6e7f6 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -129,12 +129,6 @@ typedef __gmp_const __mpc_struct *mpc_srcptr;
#define __MPC_DECLSPEC __GMP_DECLSPEC
#endif
-#if __GMP_LIBGMP_DLL
-# define __MPC_DECLSPEC __GMP_DECLSPEC_EXPORT
-#else
-# define __MPC_DECLSPEC __GMP_DECLSPEC
-#endif
-
#if defined (__cplusplus)
extern "C" {
#endif