diff options
author | Karl Williamson <khw@cpan.org> | 2014-05-05 18:14:55 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-31 11:31:37 -0600 |
commit | 09be812375d15ad2e53923ffde9ee8117d89d3ef (patch) | |
tree | 520b738cd306ef77afc97e1b7a45cad62088de04 /regcharclass.h | |
parent | 3ffc8c70ad4af0e7b2b5d389df0f84b6335fc315 (diff) | |
download | perl-09be812375d15ad2e53923ffde9ee8117d89d3ef.tar.gz |
regen/regcharclass.pl: make a 'do' into a 'require'
This is because a future commit will execute this code multiple times,
and the library file should only be read once.
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index bbf8042002..3c54f2f36f 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -361,7 +361,6 @@ /* MULTI_CHAR_FOLD: multi-char strings that are folded to by a single character - do regen/regcharclass_multi_char_folds.pl ®charclass_multi_char_folds::multi_char_folds(1) */ /*** GENERATED CODE ***/ |