summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-02-10 10:35:48 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-11 13:31:33 -0700
commit24caacbccae7b938deecdcc3f13dd66c9c6a684e (patch)
treef08e7f10554bc874251d94d9d5b2684b40c6d706 /regen
parentbb0d02ab7b92c63044b4ee5631217dc06cb2e2ca (diff)
downloadperl-24caacbccae7b938deecdcc3f13dd66c9c6a684e.tar.gz
regcomp.c: Remove duplicate inversion list
\h and \p{XPosixBlank} contain the same code points, so there is no need to have both of them.
Diffstat (limited to 'regen')
-rw-r--r--regen/mk_invlists.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index 46114bcfb1..31c77dee7a 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -93,7 +93,6 @@ output_invlist("AboveLatin1", [ 256 ]);
for my $prop (qw(
ASCII
- HorizSpace
VertSpace
PerlSpace
XPerlSpace