summaryrefslogtreecommitdiff
path: root/sinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sinh.c')
-rw-r--r--sinh.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sinh.c b/sinh.c
index 2f03d13ba..65193dd18 100644
--- a/sinh.c
+++ b/sinh.c
@@ -1,6 +1,6 @@
/* mpfr_sinh -- hyperbolic sine
-Copyright (C) 2001 Free Software Foundation.
+Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -32,14 +32,7 @@ MA 02111-1307, USA. */
*/
int
-#if __STDC__
mpfr_sinh (mpfr_ptr y, mpfr_srcptr xt , mp_rnd_t rnd_mode)
-#else
-mpfr_sinh (y, xt, rnd_mode)
- mpfr_ptr y;
- mpfr_srcptr xt;
- mp_rnd_t rnd_mode;
-#endif
{
/****** Declaration ******/
mpfr_t x;