This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make PL_origenviron global
[perl5.git] / perlvars.h
index 9a2c94f..ae52cbe 100644 (file)
@@ -303,3 +303,4 @@ PERLVARI(G, strategy_pipe,       int, 0)    /* doio.c */
 PERLVARI(G, strategy_socketpair, int, 0)       /* doio.c */
 
 PERLVARI(G, my_environ, char **, NULL)
+PERLVARI(G, origenviron, char **, NULL)