This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove duplicate inversion list
authorKarl Williamson <public@khwilliamson.com>
Fri, 10 Feb 2012 17:35:48 +0000 (10:35 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Feb 2012 20:31:33 +0000 (13:31 -0700)
commit24caacbccae7b938deecdcc3f13dd66c9c6a684e
treef08e7f10554bc874251d94d9d5b2684b40c6d706
parentbb0d02ab7b92c63044b4ee5631217dc06cb2e2ca
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.
charclass_invlists.h
regcomp.c
regen/mk_invlists.pl
sv.c