summaryrefslogtreecommitdiff
path: root/tests/tadd.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-06-11 16:15:19 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-06-11 16:15:19 +0000
commit45f72031003d79839a5817f433cd9eefb9496099 (patch)
tree4b8b4d5faf0bdfcedeb7f6e131ef654aea1ea6a7 /tests/tadd.c
parent6da2e2ea44628fb6b960826abcd922151a249fa1 (diff)
downloadmpc-45f72031003d79839a5817f433cd9eefb9496099.tar.gz
replaced mp_prec_t and mp_exp_p in test directory
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@779 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tadd.c')
-rw-r--r--tests/tadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tadd.c b/tests/tadd.c
index e069bec..facdc31 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -26,7 +26,7 @@ static void
check_ternary_value (void)
{
mpc_t x, y, z;
- mp_prec_t prec;
+ mpfr_prec_t prec;
mpc_init2 (x, 2);
mpc_init2 (y, 2);