summaryrefslogtreecommitdiff
path: root/ui_pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui_pow.c')
-rw-r--r--ui_pow.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/ui_pow.c b/ui_pow.c
index 6ec0131cf..ac3cb52dd 100644
--- a/ui_pow.c
+++ b/ui_pow.c
@@ -1,6 +1,6 @@
/* mpfr_ui_pow -- power of n function n^x
-Copyright (C) 2001 Free Software Foundation.
+Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -31,15 +31,7 @@ MA 02111-1307, USA. */
*/
int
-#if __STDC__
mpfr_ui_pow (mpfr_ptr y, unsigned long int n,mpfr_srcptr x, mp_rnd_t rnd_mode)
-#else
-mpfr_ui_pow (y, n, x, rnd_mode)
- mpfr_ptr y;
- unsigned long int n;
- mpfr_srcptr x;
- mp_rnd_t rnd_mode;
-#endif
{
int inexact;