summaryrefslogtreecommitdiff
path: root/tests/tpow.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-09 08:36:18 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-09 08:36:18 +0000
commit9a14cee2f71262da8167554aca5604d4421b9e50 (patch)
tree660314299b7dee9e12b738ac1f967832e9fe558f /tests/tpow.c
parent20a3cf10d4881b50f19d177beb2ff57dd2a6a394 (diff)
downloadmpc-9a14cee2f71262da8167554aca5604d4421b9e50.tar.gz
done two "code clean-up" items during a Nancy-Paris train trip...
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@912 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tpow.c')
-rw-r--r--tests/tpow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tpow.c b/tests/tpow.c
index 1ad3ede..d7c49e9 100644
--- a/tests/tpow.c
+++ b/tests/tpow.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow.
-Copyright (C) INRIA, 2009
+Copyright (C) INRIA, 2009, 2011
This file is part of the MPC Library.
@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
int
main (void)
{
- DECL_FUNC (CCC, f, mpc_pow);
+ DECL_FUNC (C_CC, f, mpc_pow);
test_start ();