diff options
author | Karl Williamson <khw@cpan.org> | 2019-02-01 11:22:15 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-02-05 11:44:29 -0700 |
commit | a2aeff5051e0dae6b97396d6a080fdb867a91ea4 (patch) | |
tree | 928d9fcf7e449e6e8b993f9b21ab86e75074a782 /perlvars.h | |
parent | e061e59351ce8074d899ffcfe7c4b029c3322928 (diff) | |
download | perl-a2aeff5051e0dae6b97396d6a080fdb867a91ea4.tar.gz |
regen/mk_invlists.pl: Create new inversion list
This will be used in a future commit.
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h index e8064eb320..8a4ff6a47b 100644 --- a/perlvars.h +++ b/perlvars.h @@ -305,6 +305,7 @@ PERLVAR(G, utf8_charname_begin, SV *) PERLVAR(G, utf8_charname_continue, SV *) PERLVAR(G, utf8_mark, SV *) PERLVAR(G, InBitmap, SV *) +PERLVAR(G, CCC_non0_non230, SV *) /* Everything that folds to a given character, for case insensitivity regex * matching */ |