diff options
Diffstat (limited to 'inits2.c')
-rw-r--r-- | inits2.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ /* mpfr_inits2 -- initialize several floating-point numbers with given precision -Copyright 2003 Free Software Foundation, Inc. +Copyright 2003, 2004 Free Software Foundation, Inc. This file is part of the MPFR Library. @@ -20,9 +20,9 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Needed for build with GMP */ -#ifndef HAVE_STDARG -# include "config.h" +#if HAVE_CONFIG_H +#undef HAVE_STDARG +#include "config.h" /* for a build within gmp */ #endif #if HAVE_STDARG |