summaryrefslogtreecommitdiff
path: root/tests/texp.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 12:05:14 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 12:05:14 +0000
commit1f936658f07ca0425bfdf37da5d6b91a5f12df30 (patch)
tree4cc6906ec7065a80eb72516380f2d5e3e0045de1 /tests/texp.c
parent750e968df9cb01137e321f46437e475f9558535a (diff)
downloadmpc-1f936658f07ca0425bfdf37da5d6b91a5f12df30.tar.gz
now mpc_exp returns 'int' instead of 'void'
(cf task 2909) git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@373 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/texp.c')
-rw-r--r--tests/texp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texp.c b/tests/texp.c
index a0e7975..323b90b 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
int
main (void)
{
- DECL_FUNC (V_CC, f, mpc_exp);
+ DECL_FUNC (CC, f, mpc_exp);
test_start ();