summaryrefslogtreecommitdiff
path: root/tests/ttan.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 16:39:17 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 16:39:17 +0000
commit5a4b62ee81e3c34951101a43f6e9220ba2dcc128 (patch)
tree51c2ffcf86b2f906d724761d380a34578b431a37 /tests/ttan.c
parentdd8d1c02683f11e7f014b0249665b273fd8dc7b4 (diff)
downloadmpc-5a4b62ee81e3c34951101a43f6e9220ba2dcc128.tar.gz
NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes.
src/cos.c, src/sin.c, src/tan.c: return now inexact value. tests/tcos.c, tests/tsin.c, tests/ttan.c: change from V_CC to CC func_type. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@380 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/ttan.c')
-rw-r--r--tests/ttan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttan.c b/tests/ttan.c
index 228242e..8eca3bb 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -259,7 +259,7 @@ check_53 (void)
int
main (void)
{
- DECL_FUNC (V_CC, f, mpc_tan);
+ DECL_FUNC (CC, f, mpc_tan);
test_start ();