diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-02-10 10:35:48 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-02-11 13:31:33 -0700 |
commit | 24caacbccae7b938deecdcc3f13dd66c9c6a684e (patch) | |
tree | f08e7f10554bc874251d94d9d5b2684b40c6d706 /regen/mk_invlists.pl | |
parent | bb0d02ab7b92c63044b4ee5631217dc06cb2e2ca (diff) | |
download | perl-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/mk_invlists.pl')
-rw-r--r-- | regen/mk_invlists.pl | 1 |
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 |