From 66673af5955ecc69305b0baad0a8fb6162312409 Mon Sep 17 00:00:00 2001 From: Tomasz Konojacki Date: Tue, 19 Apr 2022 16:41:23 +0200 Subject: 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. --- embedvar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'embedvar.h') diff --git a/embedvar.h b/embedvar.h index 11989eb894..da874d457c 100644 --- a/embedvar.h +++ b/embedvar.h @@ -214,7 +214,6 @@ #define PL_origalen (vTHX->Iorigalen) #define PL_origargc (vTHX->Iorigargc) #define PL_origargv (vTHX->Iorigargv) -#define PL_origenviron (vTHX->Iorigenviron) #define PL_origfilename (vTHX->Iorigfilename) #define PL_ors_sv (vTHX->Iors_sv) #define PL_osname (vTHX->Iosname) -- cgit v1.2.1