From a2aeff5051e0dae6b97396d6a080fdb867a91ea4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 1 Feb 2019 11:22:15 -0700 Subject: regen/mk_invlists.pl: Create new inversion list This will be used in a future commit. --- perlvars.h | 1 + 1 file changed, 1 insertion(+) (limited to 'perlvars.h') 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 */ -- cgit v1.2.1