summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-20 00:31:26 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-20 00:31:26 +0000
commit7ee902b4901f1dda5f1afbffa98e1360a7e53e4f (patch)
treefd79c8eedd23bb0485e53e042e7f3848d88b9d34 /src
parent52914d12e4b18ac54bcc139d3cd70385c51a2600 (diff)
downloadmpfr-7ee902b4901f1dda5f1afbffa98e1360a7e53e4f.tar.gz
Renamed mpfr_buildopt_internals_p to mpfr_buildopt_gmpinternals_p.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7869 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/buildopt.c2
-rw-r--r--src/mpfr.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/buildopt.c b/src/buildopt.c
index 7fa5e3090..c2e150b24 100644
--- a/src/buildopt.c
+++ b/src/buildopt.c
@@ -44,7 +44,7 @@ mpfr_buildopt_decimal_p (void)
}
int
-mpfr_buildopt_internals_p (void)
+mpfr_buildopt_gmpinternals_p (void)
{
#if defined(MPFR_HAVE_GMP_IMPL) || defined(WANT_GMP_INTERNALS)
return 1;
diff --git a/src/mpfr.h b/src/mpfr.h
index 38fb346f6..5d118c44e 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -266,9 +266,9 @@ extern "C" {
__MPFR_DECLSPEC __gmp_const char * mpfr_get_version _MPFR_PROTO ((void));
__MPFR_DECLSPEC __gmp_const char * mpfr_get_patches _MPFR_PROTO ((void));
-__MPFR_DECLSPEC int mpfr_buildopt_tls_p _MPFR_PROTO ((void));
-__MPFR_DECLSPEC int mpfr_buildopt_decimal_p _MPFR_PROTO ((void));
-__MPFR_DECLSPEC int mpfr_buildopt_internals_p _MPFR_PROTO ((void));
+__MPFR_DECLSPEC int mpfr_buildopt_tls_p _MPFR_PROTO ((void));
+__MPFR_DECLSPEC int mpfr_buildopt_decimal_p _MPFR_PROTO ((void));
+__MPFR_DECLSPEC int mpfr_buildopt_gmpinternals_p _MPFR_PROTO ((void));
__MPFR_DECLSPEC __gmp_const char * mpfr_buildopt_tune_case _MPFR_PROTO ((void));
__MPFR_DECLSPEC mpfr_exp_t mpfr_get_emin _MPFR_PROTO ((void));