summaryrefslogtreecommitdiff
path: root/charclass_invlists.h
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 /charclass_invlists.h
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 'charclass_invlists.h')
-rw-r--r--charclass_invlists.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index 2cfcac6155..5d78219daa 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -36,32 +36,6 @@ UV ASCII_invlist[] = {
0
};
-UV HorizSpace_invlist[] = {
- 18, /* Number of elements */
- 0, /* Current iteration position */
- 1064334010, /* Version and data structure type */
- 1, /* 0 if this is the first element of the list proper;
- 1 if the next element is the first */
- 9,
- 10,
- 32,
- 33,
- 160,
- 161,
- 5760,
- 5761,
- 6158,
- 6159,
- 8192,
- 8203,
- 8239,
- 8240,
- 8287,
- 8288,
- 12288,
- 12289
-};
-
UV VertSpace_invlist[] = {
6, /* Number of elements */
0, /* Current iteration position */