summaryrefslogtreecommitdiff
path: root/tests/tcmp2.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/tcmp2.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/tcmp2.c')
-rw-r--r--tests/tcmp2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index e99706c57..05a2e9491 100644
--- a/tests/tcmp2.c
+++ b/tests/tcmp2.c
@@ -51,7 +51,7 @@ worst_cases (void)
{
mpfr_t x, y;
unsigned int i, j, k, b, expected;
- mp_prec_t l;
+ mpfr_prec_t l;
mpfr_init2 (x, 200);
mpfr_init2 (y, 200);
@@ -142,7 +142,7 @@ static void
tcmp2 (double x, double y, int i)
{
mpfr_t xx, yy;
- mp_prec_t j;
+ mpfr_prec_t j;
if (i == -1)
{
@@ -183,7 +183,7 @@ static void
special (void)
{
mpfr_t x, y;
- mp_prec_t j;
+ mpfr_prec_t j;
mpfr_init (x); mpfr_init (y);