summaryrefslogtreecommitdiff
path: root/ui_pow_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui_pow_ui.c')
-rw-r--r--ui_pow_ui.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/ui_pow_ui.c b/ui_pow_ui.c
index 8db586384..f3df056ad 100644
--- a/ui_pow_ui.c
+++ b/ui_pow_ui.c
@@ -1,6 +1,6 @@
/* mpfr_ui_pow_ui -- compute the power beetween two machine integer
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -26,16 +26,8 @@ MA 02111-1307, USA. */
int
-#if __STDC__
mpfr_ui_pow_ui (mpfr_ptr x, unsigned long int y, unsigned long int n,
mp_rnd_t rnd)
-#else
-mpfr_ui_pow_ui (x, y, n, rnd)
- mpfr_ptr x;
- unsigned long int y;
- unsigned long int n;
- mp_rnd_t rnd;
-#endif
{
long int i, err;
unsigned long m;