summaryrefslogtreecommitdiff
path: root/fma.c
diff options
context:
space:
mode:
Diffstat (limited to 'fma.c')
-rw-r--r--fma.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/fma.c b/fma.c
index ae37a9f80..0a6c1ce73 100644
--- a/fma.c
+++ b/fma.c
@@ -1,6 +1,6 @@
/* mpfr_fma -- Floating multiply-add
-Copyright (C) 2001 Free Software Foundation.
+Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -34,16 +34,7 @@ MA 02111-1307, USA. */
*/
int
-#if __STDC__
mpfr_fma (mpfr_ptr s, mpfr_srcptr x ,mpfr_srcptr y ,mpfr_srcptr z , mp_rnd_t rnd_mode)
-#else
-mpfr_fma (s,x,y,z, rnd_mode)
- mpfr_ptr s;
- mpfr_srcptr x;
- mpfr_srcptr y;
- mpfr_srcptr z;
- mp_rnd_t rnd_mode;
-#endif
{
int inexact =0;
/* Flag calcul exacte */