summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-02-15 21:19:37 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-02-15 21:19:37 +0000
commita05d7ebb5e798334196e3cff205b658506cc4384 (patch)
tree0146d20f2a85eeb407ef0d67305028aee32c79fc /embedvar.h
parenteadddfac8c84315d3b083947a75b271e6d6b7754 (diff)
downloadperl-a05d7ebb5e798334196e3cff205b658506cc4384.tar.gz
The new(er) way of controlling Unicode I/O (and other) features;
-C (or PERL_UNICODE). See perlrun/-C for more details. p4raw-id: //depot/perl@18715
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h
index 202cea0b91..6339029236 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -392,6 +392,7 @@
#define PL_tainting (vTHX->Itainting)
#define PL_tokenbuf (vTHX->Itokenbuf)
#define PL_uid (vTHX->Iuid)
+#define PL_unicode (vTHX->Iunicode)
#define PL_unsafe (vTHX->Iunsafe)
#define PL_utf8_alnum (vTHX->Iutf8_alnum)
#define PL_utf8_alnumc (vTHX->Iutf8_alnumc)
@@ -415,8 +416,8 @@
#define PL_utf8_xdigit (vTHX->Iutf8_xdigit)
#define PL_utf8locale (vTHX->Iutf8locale)
#define PL_uudmap (vTHX->Iuudmap)
-#define PL_wantutf8 (vTHX->Iwantutf8)
#define PL_warnhook (vTHX->Iwarnhook)
+#define PL_widesyscalls (vTHX->Iwidesyscalls)
#define PL_xiv_arenaroot (vTHX->Ixiv_arenaroot)
#define PL_xiv_root (vTHX->Ixiv_root)
#define PL_xnv_arenaroot (vTHX->Ixnv_arenaroot)
@@ -681,6 +682,7 @@
#define PL_Itainting PL_tainting
#define PL_Itokenbuf PL_tokenbuf
#define PL_Iuid PL_uid
+#define PL_Iunicode PL_unicode
#define PL_Iunsafe PL_unsafe
#define PL_Iutf8_alnum PL_utf8_alnum
#define PL_Iutf8_alnumc PL_utf8_alnumc
@@ -704,8 +706,8 @@
#define PL_Iutf8_xdigit PL_utf8_xdigit
#define PL_Iutf8locale PL_utf8locale
#define PL_Iuudmap PL_uudmap
-#define PL_Iwantutf8 PL_wantutf8
#define PL_Iwarnhook PL_warnhook
+#define PL_Iwidesyscalls PL_widesyscalls
#define PL_Ixiv_arenaroot PL_xiv_arenaroot
#define PL_Ixiv_root PL_xiv_root
#define PL_Ixnv_arenaroot PL_xnv_arenaroot