=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/Attic/insert-dbl.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/Attic/insert-dbl.c 2000/09/09 14:12:16 1.1.1.1 +++ OpenXM_contrib/gmp/Attic/insert-dbl.c 2003/08/25 16:06:00 1.1.1.2 @@ -1,6 +1,6 @@ -/* __gmp_insert_double -- convert from array of mp_limb_t to double. +/* __gmp_scale2 -- Scale a double by exponent manipulation. -Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. +Copyright 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -31,13 +31,7 @@ MA 02111-1307, USA. */ #endif double -#if __STDC__ __gmp_scale2 (double d, int exp) -#else -__gmp_scale2 (d, exp) - double d; - int exp; -#endif { #if _GMP_IEEE_FLOATS {