summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 09:25:14 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:41 +0100
commit346712be0b77cf7a59cff19c5b96533d9a780268 (patch)
treed159a6c9751d1516763442dfc33d0f545426251e /cflags.SH
parentdd512de320cc50ddbfc3ce3ee4996367b911d983 (diff)
downloadperl-346712be0b77cf7a59cff19c5b96533d9a780268.tar.gz
Rely on C89 <stddef.h>
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH2
1 files changed, 0 insertions, 2 deletions
diff --git a/cflags.SH b/cflags.SH
index fd2a2c24e4..5834f024f8 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -74,9 +74,7 @@ cat >_cflags.c <<__EOT__
/* Just in case the inclusion of perl.h did not
* pull in enough system headers, let's try again. */
#include <stdlib.h>
-#ifdef I_STDDEF
#include <stddef.h>
-#endif
#include <stdarg.h>
#ifdef I_LIMITS
#include <limits.h>