summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2013-10-08 14:45:27 +0200
committerMarc Glisse <marc.glisse@inria.fr>2013-10-08 14:45:27 +0200
commit13054eb68d299cc9b2e0de57ced5aad9494cbbca (patch)
tree88f547842ff587ef61cc2ef05a54f1c89d55aa8c
parent62cd84d69996994bb799c96abc4f3522f099e6ec (diff)
downloadgmp-13054eb68d299cc9b2e0de57ced5aad9494cbbca.tar.gz
Remove __need_size_t.
-rw-r--r--ChangeLog2
-rw-r--r--gmp-h.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7506af8b8..181cf78fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* doc/mdate-sh, doc/texinfo.tex, install-sh, missing, ylwrap: Remove.
* .bootstrap: Use autoreconf (and in particular automake -a).
+ * gmp-h.in: Remove __need_size_t.
+
2013-10-05 Torbjorn Granlund <tege@gmplib.org>
* mpn/x86_64/atom/aorsmul_1.asm: Slight tweak.
diff --git a/gmp-h.in b/gmp-h.in
index c925350cf..55fa735ae 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -46,13 +46,11 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#ifndef __GNU_MP__
#define __GNU_MP__ 5
-#define __need_size_t /* tell gcc stddef.h we only want size_t */
#if defined (__cplusplus)
#include <cstddef> /* for size_t */
#else
#include <stddef.h> /* for size_t */
#endif
-#undef __need_size_t
/* Instantiated by configure. */
#if ! defined (__GMP_WITHIN_CONFIGURE)