summaryrefslogtreecommitdiff
path: root/cosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'cosh.c')
-rw-r--r--cosh.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cosh.c b/cosh.c
index 20b8b7658..98b0ede6e 100644
--- a/cosh.c
+++ b/cosh.c
@@ -31,14 +31,7 @@ MA 02111-1307, USA. */
*/
int
-#if __STDC__
mpfr_cosh (mpfr_ptr y, mpfr_srcptr xt , mp_rnd_t rnd_mode)
-#else
-mpfr_cosh (y, xt, rnd_mode)
- mpfr_ptr y;
- mpfr_srcptr xt;
- mp_rnd_t rnd_mode;
-#endif
{
/****** Declaration ******/