summaryrefslogtreecommitdiff
path: root/tests/tconst_pi.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-04-30 14:37:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-04-30 14:37:47 +0000
commitacfc55ee40c11735c67f86554adae6f06fb27bf6 (patch)
treeb3825ef6d5f8bb416694facf37f449375aacb391 /tests/tconst_pi.c
parent36b2d705037cc99806b571fc7222f445e7d10f81 (diff)
downloadmpfr-acfc55ee40c11735c67f86554adae6f06fb27bf6.tar.gz
Changed mp_prec_t into mpfr_prec_t.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6767 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tconst_pi.c')
-rw-r--r--tests/tconst_pi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tconst_pi.c b/tests/tconst_pi.c
index 24a244097..6a2322f56 100644
--- a/tests/tconst_pi.c
+++ b/tests/tconst_pi.c
@@ -76,7 +76,7 @@ bug20091030 (void)
{
mpfr_t x, x_ref;
int inex, inex_ref;
- mp_prec_t p;
+ mpfr_prec_t p;
int r;
mpfr_free_cache ();
@@ -129,7 +129,7 @@ int
main (int argc, char *argv[])
{
mpfr_t x;
- mp_prec_t p;
+ mpfr_prec_t p;
mpfr_rnd_t rnd;
tests_start_mpfr ();