summaryrefslogtreecommitdiff
path: root/gmp-h.in
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 /gmp-h.in
parent62cd84d69996994bb799c96abc4f3522f099e6ec (diff)
downloadgmp-13054eb68d299cc9b2e0de57ced5aad9494cbbca.tar.gz
Remove __need_size_t.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 0 insertions, 2 deletions
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)