From 60a9f27e51047aa71f2cd7c63ab2fe9a298ca70b Mon Sep 17 00:00:00 2001 From: tege Date: Tue, 2 Jan 2001 09:12:08 +0100 Subject: Remove K&R function headers. --- mpz/popcount.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mpz/popcount.c') diff --git a/mpz/popcount.c b/mpz/popcount.c index bb1ff6f42..04a213d3a 100644 --- a/mpz/popcount.c +++ b/mpz/popcount.c @@ -1,7 +1,7 @@ /* mpz_popcount(mpz_ptr op) -- Population count of OP. If the operand is negative, return ~0 (a novel representation of infinity). -Copyright 1994, 1996 Free Software Foundation, Inc. +Copyright 1994, 1996, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -24,12 +24,7 @@ MA 02111-1307, USA. */ #include "gmp-impl.h" unsigned long int -#if __STDC__ mpz_popcount (mpz_srcptr u) -#else -mpz_popcount (u) - mpz_srcptr u; -#endif { mp_size_t usize; -- cgit v1.2.1