summaryrefslogtreecommitdiff
path: root/factorial.c
diff options
context:
space:
mode:
Diffstat (limited to 'factorial.c')
-rw-r--r--factorial.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/factorial.c b/factorial.c
index 9a2e3f8bc..eddabea2d 100644
--- a/factorial.c
+++ b/factorial.c
@@ -1,6 +1,6 @@
/* mpfr_fac_ui -- factorial of a non-negative integer
-Copyright (C) 2001 Free Software Foundation.
+Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -30,14 +30,7 @@ MA 02111-1307, USA. */
*/
int
-#if __STDC__
mpfr_fac_ui (mpfr_ptr y, unsigned long int x , mp_rnd_t rnd_mode)
-#else
-mpfr_fac_ui (y, x, rnd_mode)
- mpfr_ptr y;
- unsigned long x;
- mp_rnd_t rnd_mode;
-#endif
{
/****** Declaration ******/