summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-01-17 17:37:56 +0000
committerSawyer X <xsawyerx@cpan.org>2017-06-01 13:33:43 +0200
commit7e30e49f7461aeda1a5ab4539abfbe54f0f50e67 (patch)
tree9dcb2b86779d59f2b674b2930db01bd3b1ad7900 /embedvar.h
parent6b57559b3d5389dc65364f9910d81b3e8b08e144 (diff)
downloadperl-7e30e49f7461aeda1a5ab4539abfbe54f0f50e67.tar.gz
Eliminate remaining uses of PL_statbuf
Give Perl_nextargv its own statbuf and pass a pointer to it into Perl_do_open_raw and thence S_openn_cleanup when needed. Also reduce the scope of the existing statbuf in Perl_nextargv to make it clear it's distinct from the one populated by do_open_raw. Fix perldelta entry for PL_statbuf removal
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h
index a33f213efc..e8cab91e6f 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -299,7 +299,6 @@
#define PL_stashpad (vTHX->Istashpad)
#define PL_stashpadix (vTHX->Istashpadix)
#define PL_stashpadmax (vTHX->Istashpadmax)
-#define PL_statbuf (vTHX->Istatbuf)
#define PL_statcache (vTHX->Istatcache)
#define PL_statgv (vTHX->Istatgv)
#define PL_statname (vTHX->Istatname)