summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-04 14:11:08 -0700
committerKarl Williamson <khw@cpan.org>2019-02-05 11:44:29 -0700
commitb8df1494dd61a03039c2dccfa4b1c02a73dda991 (patch)
treef837f9edec3588539342cae647eec8b4fd980336 /embedvar.h
parent756097427dff9d822fd551c79334ab4fd1dc65bd (diff)
downloadperl-b8df1494dd61a03039c2dccfa4b1c02a73dda991.tar.gz
Add variable for if the current UTF-8 locale is Turkic
It currently is always set false, until later in this series of commits.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index ad7aae8306..787d046a34 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -157,6 +157,7 @@
#define PL_in_load_module (vTHX->Iin_load_module)
#define PL_in_utf8_COLLATE_locale (vTHX->Iin_utf8_COLLATE_locale)
#define PL_in_utf8_CTYPE_locale (vTHX->Iin_utf8_CTYPE_locale)
+#define PL_in_utf8_turkic_locale (vTHX->Iin_utf8_turkic_locale)
#define PL_incgv (vTHX->Iincgv)
#define PL_initav (vTHX->Iinitav)
#define PL_inplace (vTHX->Iinplace)