summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-03-01 19:27:43 -0700
committerKarl Williamson <public@khwilliamson.com>2014-03-01 20:12:17 -0700
commit5c025f035e2b0abffadd613f6414974abb1bfb2a (patch)
tree0ac9a0bc0f3d3ac8466ab6d99589e3fb04bcb0b8 /regen
parent251b239f638a40fdf052716f0d8512fd4122ec8c (diff)
downloadperl-5c025f035e2b0abffadd613f6414974abb1bfb2a.tar.gz
regen/regcharclass.pl: Don't generate unused macros
The macros generated by these options are not needed in the core; generating them just clutters up the header file, and some will actually be forbidden by the next commit.
Diffstat (limited to 'regen')
-rwxr-xr-xregen/regcharclass.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index f7422bf5fa..40254f9171 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -1537,16 +1537,16 @@ __DATA__
# 0x1FE3 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA; maps same as 03B0
LNBREAK: Line Break: \R
-=> generic UTF8 LATIN1 :fast safe
+=> generic UTF8 LATIN1 : safe
"\x0D\x0A" # CRLF - Network (Windows) line ending
\p{VertSpace}
HORIZWS: Horizontal Whitespace: \h \H
-=> generic UTF8 LATIN1 high cp cp_high :fast safe
+=> generic UTF8 LATIN1 high cp_high :fast safe
\p{HorizSpace}
VERTWS: Vertical Whitespace: \v \V
-=> generic UTF8 high LATIN1 cp cp_high :fast safe
+=> generic UTF8 high LATIN1 cp_high :fast safe
\p{VertSpace}
XDIGIT: Hexadecimal digits