=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/mpz/Attic/out_str.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/out_str.c 2000/09/09 14:12:55 1.1.1.2 +++ OpenXM_contrib/gmp/mpz/Attic/out_str.c 2003/08/25 16:06:33 1.1.1.3 @@ -1,7 +1,7 @@ /* mpz_out_str(stream, base, integer) -- Output to STREAM the multi prec. integer INTEGER in base BASE. -Copyright (C) 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. @@ -25,14 +25,7 @@ MA 02111-1307, USA. */ #include "gmp-impl.h" size_t -#if __STDC__ mpz_out_str (FILE *stream, int base, mpz_srcptr x) -#else -mpz_out_str (stream, base, x) - FILE *stream; - int base; - mpz_srcptr x; -#endif { mp_ptr xp; mp_size_t x_size = x->_mp_size;