summaryrefslogtreecommitdiff
path: root/tests/tmul.c
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2012-07-05 08:20:05 +0000
committerAndreas Enge <andreas.enge@inria.fr>2012-07-05 08:20:05 +0000
commitb4179b1c11e5c602e9add9011ec62622c070c910 (patch)
treef2f7d1afc36ceed2c3b71ac89d06c2dd8c3ebaaf /tests/tmul.c
parent9de521f5cb4c15082358ca585d52296a16edc2d6 (diff)
downloadmpc-git-b4179b1c11e5c602e9add9011ec62622c070c910.tar.gz
mpc-tests.h, tfma.c, tmul.c: small changes to allow compilation with c++
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1222 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tmul.c')
-rw-r--r--tests/tmul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tmul.c b/tests/tmul.c
index d83fca0..1c2cee7 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* tmul -- test file for mpc_mul.
-Copyright (C) 2002, 2005, 2008, 2009, 2010, 2011 INRIA
+Copyright (C) 2002, 2005, 2008, 2009, 2010, 2011, 2012 INRIA
This file is part of GNU MPC.
@@ -84,7 +84,7 @@ static void
check_regular (void)
{
mpc_t x, y;
- mpc_rnd_t rnd_re, rnd_im;
+ int rnd_re, rnd_im;
mpfr_prec_t prec;
testmul (247, -65, -223, 416, 8, 24);