summaryrefslogtreecommitdiff
path: root/mpz/tdiv_r_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz/tdiv_r_ui.c')
-rw-r--r--mpz/tdiv_r_ui.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/mpz/tdiv_r_ui.c b/mpz/tdiv_r_ui.c
index 26f3db919..a688061b6 100644
--- a/mpz/tdiv_r_ui.c
+++ b/mpz/tdiv_r_ui.c
@@ -1,7 +1,7 @@
/* mpz_tdiv_r_ui(rem, dividend, divisor_limb)
-- Set REM to DIVDEND mod DIVISOR_LIMB.
-Copyright 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1998, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -24,14 +24,7 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
unsigned long int
-#if __STDC__
mpz_tdiv_r_ui (mpz_ptr rem, mpz_srcptr dividend, unsigned long int divisor)
-#else
-mpz_tdiv_r_ui (rem, dividend, divisor)
- mpz_ptr rem;
- mpz_srcptr dividend;
- unsigned long int divisor;
-#endif
{
mp_size_t dividend_size;
mp_size_t size;