diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-28 15:28:25 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-16 19:13:24 -0700 |
commit | 7259d778cc13ce118e31fad7e1b91f23fc1b8e97 (patch) | |
tree | 11c5fefacae77e7834b8b3d2344a8058d09740b3 /regcomp.sym | |
parent | 1e355c70208127b17a934c726d2dd38bbd1b662f (diff) | |
download | perl-7259d778cc13ce118e31fad7e1b91f23fc1b8e97.tar.gz |
regcomp.sym: Remove unused nodes DIGITU, NDIGITU
These are unused because there is no difference between Unicode
semantics and non for digits. That is there are no digit characters in
the 128-255 range.
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/regcomp.sym b/regcomp.sym index 634e32d4f1..36ebe6a800 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -59,10 +59,8 @@ NSPACEL NSPACE, no 0 S ; Match any non-whitespace char in locale NSPACEU NSPACE, no 0 S ; Match any non-whitespace char using Unicode semantics DIGIT DIGIT, no 0 S ; Match any numeric character using native charset semantics for non-utf8 DIGITL DIGIT, no 0 S ; Match any numeric character in locale -DIGITU DIGIT, no 0 S ; Match any numeric character using Unicode semantics NDIGIT NDIGIT, no 0 S ; Match any non-numeric character using native charset semantics for non-utf8 NDIGITL NDIGIT, no 0 S ; Match any non-numeric character in locale -NDIGITU NDIGIT, no 0 S ; Match any non-numeric character using Unicode semantics CLUMP CLUMP, no 0 V ; Match any extended grapheme cluster sequence #* Alternation |