summaryrefslogtreecommitdiff
path: root/tests/mpfr-test.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-02-15 09:37:01 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-02-15 09:37:01 +0000
commit05e9e8374a1450506bc3d68166ec3eb2a14f8d06 (patch)
treefb370d411e1bc92eadb08d31302659492e260eb4 /tests/mpfr-test.h
parentc2325ee2622a48aa069537387e72d09f328e9b51 (diff)
downloadmpfr-05e9e8374a1450506bc3d68166ec3eb2a14f8d06.tar.gz
Rename MPFR gmp_randstate_ptr into mpfr_gmp_randstate_ptr
(patch from Patrick PĂ©lissier) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8974 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpfr-test.h')
-rw-r--r--tests/mpfr-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h
index a1959582c..4b69a23ff 100644
--- a/tests/mpfr-test.h
+++ b/tests/mpfr-test.h
@@ -196,7 +196,7 @@ __MPFR_DECLSPEC extern gmp_randstate_t mpfr_rands;
} \
} while (0)
-typedef __gmp_randstate_struct *gmp_randstate_ptr;
+typedef __gmp_randstate_struct *mpfr_gmp_randstate_ptr;
/* Allocation */
__MPFR_DECLSPEC void *mpfr_default_allocate _MPFR_PROTO ((size_t));