summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-08-28 17:21:09 -0600
committerKarl Williamson <khw@cpan.org>2017-11-08 20:52:52 -0700
commit892e646556f1997b0384dc508d3223c2c2a7be74 (patch)
tree0789fa4b3c67af8a23eef78b216d951a41530679 /embedvar.h
parent755599dacf0896e06380d44bf5f7dd624678415a (diff)
downloadperl-892e646556f1997b0384dc508d3223c2c2a7be74.tar.gz
Change name of locale per-interpreter variable
The real purpose of this internal variable is to give the name of the locale that is the underlying one for the C program. Various macros already indicate that. This furthers the process.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h
index 76efb9104b..898b71cd31 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -219,10 +219,10 @@
#define PL_my_cxt_size (vTHX->Imy_cxt_size)
#define PL_na (vTHX->Ina)
#define PL_nomemok (vTHX->Inomemok)
-#define PL_numeric_local (vTHX->Inumeric_local)
#define PL_numeric_name (vTHX->Inumeric_name)
#define PL_numeric_radix_sv (vTHX->Inumeric_radix_sv)
#define PL_numeric_standard (vTHX->Inumeric_standard)
+#define PL_numeric_underlying (vTHX->Inumeric_underlying)
#define PL_ofsgv (vTHX->Iofsgv)
#define PL_oldname (vTHX->Ioldname)
#define PL_op (vTHX->Iop)