summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 14:43:38 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:13 +0100
commitb78ed007fa9baa198c63557db888ec30e57d786e (patch)
tree111a53a2b4f23174867d4be8b9e6a42182bc86c5 /perl.c
parent3576247a261ea97b6808934dc3fba546f1afd2d5 (diff)
downloadperl-b78ed007fa9baa198c63557db888ec30e57d786e.tar.gz
Don't attempt to define or use STANDARD_C
We rely on a C89 implementation anyway.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.c b/perl.c
index 0687421b08..96eaa98b03 100644
--- a/perl.c
+++ b/perl.c
@@ -62,10 +62,6 @@ union control_un {
# endif
#endif
-#if !defined(STANDARD_C) && !defined(HAS_GETENV_PROTOTYPE) && !defined(PERL_MICRO)
-char *getenv (char *); /* Usually in <stdlib.h> */
-#endif
-
static I32 read_e_script(pTHX_ int idx, SV *buf_sv, int maxlen);
#ifdef SETUID_SCRIPTS_ARE_SECURE_NOW