summaryrefslogtreecommitdiff
path: root/ui_div.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui_div.c')
-rw-r--r--ui_div.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/ui_div.c b/ui_div.c
index 884a56df6..90a13dcf5 100644
--- a/ui_div.c
+++ b/ui_div.c
@@ -1,6 +1,6 @@
/* mpfr_ui_div -- divide a machine integer by a floating-point number
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -27,15 +27,7 @@ MA 02111-1307, USA. */
#include "mpfr-impl.h"
int
-#if __STDC__
mpfr_ui_div (mpfr_ptr y, unsigned long int u, mpfr_srcptr x, mp_rnd_t rnd_mode)
-#else
-mpfr_ui_div (y, u, x, rnd_mode)
- mpfr_ptr y;
- unsigned long int u;
- mpfr_srcptr x;
- mp_rnd_t rnd_mode;
-#endif
{
mpfr_t uu;
mp_limb_t up[1];