=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/mpz/Attic/tdiv_q.c,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gmp/mpz/Attic/tdiv_q.c 2000/09/09 14:12:59 1.1.1.2 +++ OpenXM_contrib/gmp/mpz/Attic/tdiv_q.c 2003/08/25 16:06:34 1.1.1.3 @@ -1,6 +1,6 @@ /* mpz_tdiv_q -- divide two integers and produce a quotient. -Copyright (C) 1991, 1993, 1994, 1996, 2000 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1996, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -24,14 +24,7 @@ MA 02111-1307, USA. */ #include "longlong.h" void -#if __STDC__ mpz_tdiv_q (mpz_ptr quot, mpz_srcptr num, mpz_srcptr den) -#else -mpz_tdiv_q (quot, num, den) - mpz_ptr quot; - mpz_srcptr num; - mpz_srcptr den; -#endif { mp_size_t ql; mp_size_t ns, ds, nl, dl;