summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-01-02 16:44:39 -0700
committerKarl Williamson <public@khwilliamson.com>2014-01-09 14:05:42 -0700
commit462590f101305c4cba63e871bebe6253548df840 (patch)
tree9fa4c55ef8ce5d518df2eab89f5ea0de86bb8685 /embedvar.h
parent8f493c0dfa606bc2033d51a000801c9678f7e814 (diff)
downloadperl-462590f101305c4cba63e871bebe6253548df840.tar.gz
Remove PL_L1Posix_ptrs
This global array is no longer used, having been removed in previous commits in this series. Since it is a global, consideration need be given to possible uses of it outside the core. It has never been externally documented, and is an opaque structure whose internals have changed with every release. The functions used to access it are almost all static to regcomp.c; those few that aren't have been hidden from all but the few .c files that need to have access to them, via #if's.
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 06d4e181a0..51fc265b04 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -53,7 +53,6 @@
#define PL_Dir (vTHX->IDir)
#define PL_Env (vTHX->IEnv)
#define PL_HasMultiCharFold (vTHX->IHasMultiCharFold)
-#define PL_L1Posix_ptrs (vTHX->IL1Posix_ptrs)
#define PL_LIO (vTHX->ILIO)
#define PL_Latin1 (vTHX->ILatin1)
#define PL_Mem (vTHX->IMem)