=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/mpq/Attic/out_str.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gmp/mpq/Attic/out_str.c 2000/09/09 14:13:05 1.1.1.1 +++ OpenXM_contrib/gmp/mpq/Attic/out_str.c 2003/08/25 16:06:34 1.1.1.2 @@ -1,7 +1,7 @@ /* mpq_out_str(stream,base,integer) */ /* -Copyright (C) 2000 Free Software Foundation, Inc. +Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -27,14 +27,7 @@ MA 02111-1307, USA. size_t -#if __STDC__ mpq_out_str (FILE *stream, int base, mpq_srcptr q) -#else -mpq_out_str (stream, base, q) - FILE *stream; - int base; - mpq_srcptr q; -#endif { size_t written;