summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorTomasz Konojacki <me@xenu.pl>2022-04-19 16:41:23 +0200
committerxenu <me@xenu.pl>2022-05-29 00:54:10 +0200
commit66673af5955ecc69305b0baad0a8fb6162312409 (patch)
treeff6230ba36209f14b77f4aa92dbaa563a829e2b8 /intrpvar.h
parent471430840e1f4a41f79744508c22d7569e6ed3f8 (diff)
downloadperl-66673af5955ecc69305b0baad0a8fb6162312409.tar.gz
make PL_origenviron global
The purpose of PL_origenviron is to preserve the earliest known value of environ, which is a global. All interpreters should share it.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 94ddbf672b..2ff67a8e0f 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -700,7 +700,6 @@ PERLVARI(I, cop_seqmax, U32, PERL_COP_SEQMAX) /* statement sequence number */
PERLVARI(I, evalseq, U32, 0) /* eval sequence number */
PERLVAR(I, origalen, U32)
-PERLVAR(I, origenviron, char **)
#ifdef PERL_USES_PL_PIDSTATUS
PERLVAR(I, pidstatus, HV *) /* pid-to-status mappings for waitpid */
#endif