diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 09:16:17 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:39 +0100 |
commit | dd512de320cc50ddbfc3ce3ee4996367b911d983 (patch) | |
tree | 94b792a5d8f28cbe3b2dc9a096c857845badcbaa /cflags.SH | |
parent | 9d82a2b71ca36a0f03ce4676aab0bada365292a9 (diff) | |
download | perl-dd512de320cc50ddbfc3ce3ee4996367b911d983.tar.gz |
Rely on C89 <stdlib.h>
The Configure changes here were generated using a version of metaconfig
that copies U/modified/i_stdlib.U from dist/U/vaproto.U, and changes it to
unconditionally define the i_stdlib Configure variable. That variable is
used by a large number of other Configure units, so it's not actually
practical to try and remove the relevant unit entirely.
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -73,9 +73,7 @@ cat >_cflags.c <<__EOT__ #include <setjmp.h> /* Just in case the inclusion of perl.h did not * pull in enough system headers, let's try again. */ -#ifdef I_STDLIB #include <stdlib.h> -#endif #ifdef I_STDDEF #include <stddef.h> #endif |