summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-14 21:37:44 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-14 21:37:44 +0000
commit2480492551d2ae0f3c2fa165b9faf9f7fb43eb10 (patch)
treed7521ce19ab0d07f772519135f811c898fa45f72 /src/mpfr-impl.h
parent89f755a14081e0bb951b2b4f96ad070e0d97bcb0 (diff)
downloadmpfr-2480492551d2ae0f3c2fa165b9faf9f7fb43eb10.tar.gz
[src/mpfr-impl.h] Define LONGLONG_STANDALONE before including
mpfr-longlong.h so that udiv_qrnnd_preinv is defined (this is useful at least on IA64 when compiling without gmp-impl.h). Thanks to Patrick PĂ©lissier for the fix. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7852 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-impl.h')
-rw-r--r--src/mpfr-impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 7321d5d41..b58966a7e 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -89,6 +89,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
# include "mpfr-gmp.h"
# endif
# ifdef MPFR_NEED_LONGLONG_H
+# define LONGLONG_STANDALONE
# include "mpfr-longlong.h"
# endif