summaryrefslogtreecommitdiff
path: root/inits2.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits2.c')
-rw-r--r--inits2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/inits2.c b/inits2.c
index 4a26881cf..47d214d6c 100644
--- a/inits2.c
+++ b/inits2.c
@@ -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