summaryrefslogtreecommitdiff
path: root/tests/tfma.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-05 08:20:05 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-05 08:20:05 +0000
commit0a5f9840d4778b15543716787ef81be1cf627bca (patch)
treef2f7d1afc36ceed2c3b71ac89d06c2dd8c3ebaaf /tests/tfma.c
parente519e2b49bfeac77d395ce65af4cbedae2e47485 (diff)
downloadmpc-0a5f9840d4778b15543716787ef81be1cf627bca.tar.gz
mpc-tests.h, tfma.c, tmul.c: small changes to allow compilation with c++
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1222 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tfma.c')
-rw-r--r--tests/tfma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfma.c b/tests/tfma.c
index 02eed66..bef457b 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -62,7 +62,7 @@ static void
check_random (void)
{
mpfr_prec_t prec;
- mpfr_rnd_t rnd_re, rnd_im;
+ int rnd_re, rnd_im;
mpc_t a, b, c;
mpc_init2 (a, 1000);