diff -u mpfr-2.2.0/mpfr-gmp.c mpfr-2.2.0.patched/mpfr-gmp.c --- mpfr-2.2.0/mpfr-gmp.c Thu Aug 18 12:03:09 2005 +++ mpfr-2.2.0.patched/mpfr-gmp.c Tue Sep 27 23:48:14 2005 @@ -28,7 +28,7 @@ #ifndef MPFR_HAVE_GMP_IMPL char mpfr_rands_initialized = 0; -gmp_randstate_t mpfr_rands; +gmp_randstate_t mpfr_rands = {0,0,0}; const struct bases mpfr_bases[257] = {