diff options
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 9f1c9c0ce8..8c36b03a02 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -15,6 +15,7 @@ $|=1 if DEBUG; sub ASCII_PLATFORM { (ord('A') == 65) } require 'regen/regen_lib.pl'; +require "regen/regcharclass_multi_char_folds.pl"; =head1 NAME @@ -1635,7 +1636,6 @@ QUOTEMETA: Meta-characters that \Q should quote MULTI_CHAR_FOLD: multi-char strings that are folded to by a single character => UTF8 :safe -do regen/regcharclass_multi_char_folds.pl # 1 => All folds ®charclass_multi_char_folds::multi_char_folds(1) |