summaryrefslogtreecommitdiff
path: root/mpz/tdiv_q_2exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz/tdiv_q_2exp.c')
-rw-r--r--mpz/tdiv_q_2exp.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/mpz/tdiv_q_2exp.c b/mpz/tdiv_q_2exp.c
index 87e87389e..8741083e8 100644
--- a/mpz/tdiv_q_2exp.c
+++ b/mpz/tdiv_q_2exp.c
@@ -1,7 +1,7 @@
/* mpz_tdiv_q_2exp -- Divide an integer by 2**CNT. Round the quotient
towards -infinity.
-Copyright 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 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"
void
-#if __STDC__
mpz_tdiv_q_2exp (mpz_ptr w, mpz_srcptr u, unsigned long int cnt)
-#else
-mpz_tdiv_q_2exp (w, u, cnt)
- mpz_ptr w;
- mpz_srcptr u;
- unsigned long int cnt;
-#endif
{
mp_size_t usize, wsize;
mp_size_t limb_cnt;