summaryrefslogtreecommitdiff
path: root/tests/tcos.c
diff options
context:
space:
mode:
authorPhilippe Theveny <philippe.theveny@laposte.net>2008-12-03 16:39:17 +0000
committerPhilippe Theveny <philippe.theveny@laposte.net>2008-12-03 16:39:17 +0000
commitc6ca34bbb35ab80a0600dc74ff08933c85c3c2be (patch)
tree51c2ffcf86b2f906d724761d380a34578b431a37 /tests/tcos.c
parentdbf65096896439a3636be1cde7f3fc21918001b9 (diff)
downloadmpc-git-c6ca34bbb35ab80a0600dc74ff08933c85c3c2be.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+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@380 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tcos.c')
-rw-r--r--tests/tcos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcos.c b/tests/tcos.c
index 49edd60..047c53b 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
int
main (void)
{
- DECL_FUNC (V_CC, f, mpc_cos);
+ DECL_FUNC (CC, f, mpc_cos);
test_start ();