diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-04-30 14:37:47 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-04-30 14:37:47 +0000 |
commit | acfc55ee40c11735c67f86554adae6f06fb27bf6 (patch) | |
tree | b3825ef6d5f8bb416694facf37f449375aacb391 /tests/tui_div.c | |
parent | 36b2d705037cc99806b571fc7222f445e7d10f81 (diff) | |
download | mpfr-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/tui_div.c')
-rw-r--r-- | tests/tui_div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tui_div.c b/tests/tui_div.c index e9203765c..d26170d31 100644 --- a/tests/tui_div.c +++ b/tests/tui_div.c @@ -49,7 +49,7 @@ static void check_inexact (void) { mpfr_t x, y, z; - mp_prec_t px, py; + mpfr_prec_t px, py; int inexact, cmp; unsigned long int u; int rnd; |