summaryrefslogtreecommitdiff
path: root/regen
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 /regen
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 'regen')
-rw-r--r--regen/mk_invlists.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index d7cb99215b..61649edd30 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -157,16 +157,13 @@ output_invlist("AboveLatin1", [ 256 ]);
for my $prop (qw(
ASCII
- L1Cased
Cased
VertSpace
PerlSpace
XPerlSpace
PosixAlnum
- L1PosixAlnum
XPosixAlnum
PosixAlpha
- L1PosixAlpha
XPosixAlpha
PosixBlank
XPosixBlank
@@ -175,24 +172,18 @@ for my $prop (qw(
PosixDigit
XPosixDigit
PosixGraph
- L1PosixGraph
XPosixGraph
PosixLower
- L1PosixLower
XPosixLower
PosixPrint
- L1PosixPrint
XPosixPrint
PosixPunct
- L1PosixPunct
XPosixPunct
PosixSpace
XPosixSpace
PosixUpper
- L1PosixUpper
XPosixUpper
PosixWord
- L1PosixWord
XPosixWord
PosixXDigit
XPosixXDigit