From 992001bfb28aa89a918dfb566d0413ea40d9b0f5 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 7 Sep 2015 22:18:55 -0600 Subject: 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. --- globvar.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'globvar.sym') 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 -- cgit v1.2.1