summaryrefslogtreecommitdiff
path: root/globvar.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-09-07 22:18:55 -0600
committerKarl Williamson <khw@cpan.org>2015-09-08 10:05:56 -0600
commit992001bfb28aa89a918dfb566d0413ea40d9b0f5 (patch)
tree4a3674e24f8dd55b992fab482eb528a14c17b266 /globvar.sym
parent308482c27259302fb2ca8c60b8383609a0e9f314 (diff)
downloadperl-992001bfb28aa89a918dfb566d0413ea40d9b0f5.tar.gz
Slightly shorten most regex patterns
A compiled pattern requires a byte for each non-default modifier, like /i. Previously, the worst case was presumed in allocating the space (every modifier being non-default). Now, only the actual needed space is reserved.
Diffstat (limited to 'globvar.sym')
-rw-r--r--globvar.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/globvar.sym b/globvar.sym
index 1183d6742b..2943fc6691 100644
--- a/globvar.sym
+++ b/globvar.sym
@@ -5,6 +5,7 @@
PL_No
PL_Yes
PL_bincompat_options
+PL_bitcount
PL_block_type
PL_charclass
PL_check