summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-05-12 12:01:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-05-12 12:01:25 +0000
commit5db8b74a3dcd6573ab09f90d2e18acdbe3e77560 (patch)
tree876499c46702f4c590e8818c49d002b4be41d9f9
parentf4f2f2a46312f24012a0eae1340bfd552eda068a (diff)
downloadmpfr-exp-int.tar.gz
[src/vasprintf.c] Forgot to get rid of __GMP_MP_SIZE_T_INT inexp-int
src/vasprintf.c when the exp-int branch was created (r7306). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/exp-int@7681 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/vasprintf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vasprintf.c b/src/vasprintf.c
index e23447d6f..abca9d128 100644
--- a/src/vasprintf.c
+++ b/src/vasprintf.c
@@ -78,13 +78,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#error "mpfr_prec_t size not supported"
#endif
-#if (__GMP_MP_SIZE_T_INT == 1)
#define MPFR_EXP_FORMAT_SPEC "i"
-#elif (__GMP_MP_SIZE_T_INT == 0)
-#define MPFR_EXP_FORMAT_SPEC "li"
-#else
-#error "mpfr_exp_t size not supported"
-#endif
/* Output for special values defined in the C99 standard */
#define MPFR_NAN_STRING_LC "nan"