[Gmp-commit] /var/hg/gmp: Remove __need_size_t.
mercurial at gmplib.org
mercurial at gmplib.org
Tue Oct 8 14:45:36 CEST 2013
details: /var/hg/gmp/rev/6cd3658f5621
changeset: 16034:6cd3658f5621
user: Marc Glisse <marc.glisse at inria.fr>
date: Tue Oct 08 14:45:27 2013 +0200
description:
Remove __need_size_t.
diffstat:
ChangeLog | 2 ++
gmp-h.in | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r c7ed424a63b2 -r 6cd3658f5621 ChangeLog
--- a/ChangeLog Tue Oct 08 14:01:35 2013 +0200
+++ b/ChangeLog Tue Oct 08 14:45:27 2013 +0200
@@ -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 at gmplib.org>
* mpn/x86_64/atom/aorsmul_1.asm: Slight tweak.
diff -r c7ed424a63b2 -r 6cd3658f5621 gmp-h.in
--- a/gmp-h.in Tue Oct 08 14:01:35 2013 +0200
+++ b/gmp-h.in Tue Oct 08 14:45:27 2013 +0200
@@ -46,13 +46,11 @@
#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)
More information about the gmp-commit
mailing list