summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-10 21:26:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-10 21:26:07 +0000
commitaec1fa924cddb56ec6850c0105434c8d57156f6e (patch)
tree8cb95a4a06c98594b43cc20dba54ae7c92536812
parent5a2568c4b3e3a33bc817fee08bc3c75c35224e08 (diff)
downloadmpfr-aec1fa924cddb56ec6850c0105434c8d57156f6e.tar.gz
Removed '# undef HAVE_STDARG' before '# include "config.h"' when it
was used, as it was not always undefined (e.g. in tests/tsprintf.c) and there are no reasons to undefine this macro specifically. Note: this code was introduced in r2665 (2004-02-06), perhaps for the MPFR build inside GMP, which has been dropped a long time ago. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13969 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/clears.c1
-rw-r--r--src/inits.c1
-rw-r--r--src/inits2.c1
-rw-r--r--tests/tvalist.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/clears.c b/src/clears.c
index ca7170bae..c229ddf9d 100644
--- a/src/clears.c
+++ b/src/clears.c
@@ -22,7 +22,6 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
-# undef HAVE_STDARG
# include "config.h"
#endif
diff --git a/src/inits.c b/src/inits.c
index 78ba12244..d00905160 100644
--- a/src/inits.c
+++ b/src/inits.c
@@ -21,7 +21,6 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
-# undef HAVE_STDARG
# include "config.h"
#endif
diff --git a/src/inits2.c b/src/inits2.c
index 638709e21..76ca4b804 100644
--- a/src/inits2.c
+++ b/src/inits2.c
@@ -22,7 +22,6 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
-# undef HAVE_STDARG
# include "config.h"
#endif
diff --git a/tests/tvalist.c b/tests/tvalist.c
index 6b0df88fd..5a9e7ef74 100644
--- a/tests/tvalist.c
+++ b/tests/tvalist.c
@@ -21,7 +21,6 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
-# undef HAVE_STDARG
# include "config.h"
#endif