summaryrefslogtreecommitdiff
path: root/tests/ttan.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-01-12 01:27:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-01-12 01:27:53 +0000
commit4418c085eb0a49bf91ec61c02750ba0e5f371234 (patch)
tree241cd0a4d22855aea6e3978e0bca4bd8b3134033 /tests/ttan.c
parent374b9fa1ec9ccbfc7dc2026f3ff7c45ef7aaf6c7 (diff)
downloadmpfr-4418c085eb0a49bf91ec61c02750ba0e5f371234.tar.gz
Patches by Kevin Ryde for K&R compilers
and other fixes in prototypes. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1649 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/ttan.c')
-rw-r--r--tests/ttan.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ttan.c b/tests/ttan.c
index 3bb2d3189..d77614058 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_tan.
-Copyright (C) 2001 Free Software Foundation, Inc.
+Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -27,7 +27,8 @@ MA 02111-1307, USA. */
void check53 _PROTO ((double, double, mp_rnd_t));
-void check53 (double x, double tan_x, mp_rnd_t rnd_mode)
+void
+check53 (double x, double tan_x, mp_rnd_t rnd_mode)
{
mpfr_t xx, s;