summaryrefslogtreecommitdiff
path: root/tests/tset.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-23 10:41:52 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-23 10:41:52 +0000
commit8e2241619bd639190d23cfa9a51d340f4c763621 (patch)
tree0808061a9a02e9b9fd579aae0c9374dfba6b75b0 /tests/tset.c
parented0c9b97b4e351a3e0207ace8af83f3f3f8fbdc8 (diff)
downloadmpc-8e2241619bd639190d23cfa9a51d340f4c763621.tar.gz
tests/tset.c: Add _fr prefix in macro call (see r537).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@538 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tset.c')
-rw-r--r--tests/tset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tset.c b/tests/tset.c
index 7b53fb5..4bc289e 100644
--- a/tests/tset.c
+++ b/tests/tset.c
@@ -47,11 +47,11 @@ MA 02111-1307, USA. */
/* test MPC_SET_X_Y though some functions */
static int
mpc_set_ui_fr (mpc_ptr z, unsigned long int a, mpfr_srcptr b, mpc_rnd_t rnd)
- MPC_SET_X_Y (_ui, , z, a, b, rnd)
+ MPC_SET_X_Y (_ui, _fr, z, a, b, rnd)
static int
mpc_set_fr_ui (mpc_ptr z, mpfr_srcptr a, unsigned long int b, mpc_rnd_t rnd)
- MPC_SET_X_Y (,_ui, z, a, b, rnd)
+ MPC_SET_X_Y (_fr, _ui, z, a, b, rnd)
static int
mpc_set_f_si (mpc_ptr z, mpf_t a, long int b, mpc_rnd_t rnd)