summaryrefslogtreecommitdiff
path: root/sin.c
diff options
context:
space:
mode:
Diffstat (limited to 'sin.c')
-rw-r--r--sin.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sin.c b/sin.c
index 5b483ff75..524570e6e 100644
--- a/sin.c
+++ b/sin.c
@@ -1,6 +1,6 @@
/* mpfr_sin -- sine of a floating-point number
-Copyright (C) 2001 Free Software Foundation.
+Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -26,14 +26,7 @@ MA 02111-1307, USA. */
#include "mpfr-impl.h"
int
-#if __STDC__
mpfr_sin (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t rnd_mode)
-#else
-mpfr_sin (y, x, rnd_mode)
- mpfr_ptr y;
- mpfr_srcptr x;
- mp_rnd_t rnd_mode;
-#endif
{
int precy, m, ok, e, inexact;
mpfr_t c;