summaryrefslogtreecommitdiff
path: root/expm1.c
diff options
context:
space:
mode:
Diffstat (limited to 'expm1.c')
-rw-r--r--expm1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/expm1.c b/expm1.c
index 3791ef8d5..ab1c203e8 100644
--- a/expm1.c
+++ b/expm1.c
@@ -32,14 +32,7 @@ MA 02111-1307, USA. */
*/
int
-#if __STDC__
mpfr_expm1 (mpfr_ptr y, mpfr_srcptr x , mp_rnd_t rnd_mode)
-#else
-mpfr_expm1 (y, x, rnd_mode)
- mpfr_ptr y;
- mpfr_srcptr x;
- mp_rnd_t rnd_mode;
-#endif
{
int inexact = 0;