summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-25 11:41:15 -0600
committerKarl Williamson <khw@cpan.org>2018-03-26 16:50:29 -0600
commite80a0113c4a8036dfb22aec44d0a9feb65d36fed (patch)
tree73662d2c4002a44d727b19e948d2e2dfe83ef0ba /intrpvar.h
parent5174a8215ac5f41173effe13ac2a969be3ac40e0 (diff)
downloadperl-e80a0113c4a8036dfb22aec44d0a9feb65d36fed.tar.gz
Move case change invlists from interpreter to global
These are now constant through the life of the program, so don't need to be duplicated at each new thread instantiation.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/intrpvar.h b/intrpvar.h
index cad55e39b7..00d612a77f 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -645,14 +645,8 @@ PERLVAR(I, InBitmap, SV *)
/* utf8 character class swashes */
PERLVAR(I, utf8_mark, SV *)
-PERLVAR(I, utf8_toupper, SV *)
-PERLVAR(I, utf8_totitle, SV *)
-PERLVAR(I, utf8_tolower, SV *)
-PERLVAR(I, utf8_tofold, SV *)
-PERLVAR(I, utf8_tosimplefold, SV *)
PERLVAR(I, utf8_charname_begin, SV *)
PERLVAR(I, utf8_charname_continue, SV *)
-
PERLVARA(I, utf8_swash_ptrs, POSIX_SWASH_COUNT, SV *)
PERLVAR(I, seen_deprecated_macro, HV *)