summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorLarry Wall <larry@wall.org>1998-07-24 05:44:33 +0000
committerLarry Wall <larry@wall.org>1998-07-24 05:44:33 +0000
commita0ed51b321531af4b47cce24205ab9656f043f0f (patch)
tree610356407b37a4041ea8bcaf44571579b2da5613 /embedvar.h
parent9332a1c1d80ded85a2b1f32b1c8968a35e3b0fbb (diff)
downloadperl-a0ed51b321531af4b47cce24205ab9656f043f0f.tar.gz
Here are the long-expected Unicode/UTF-8 modifications.
p4raw-id: //depot/utfperl@1651
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 7a258b0cce..e1c9e9a550 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -670,6 +670,11 @@
#define PL_in_my_stash (PL_Vars.Gin_my_stash)
#define PL_last_lop (PL_Vars.Glast_lop)
#define PL_last_lop_op (PL_Vars.Glast_lop_op)
+#define PL_last_swash_hv (PL_Vars.Glast_swash_hv)
+#define PL_last_swash_key (PL_Vars.Glast_swash_key)
+#define PL_last_swash_klen (PL_Vars.Glast_swash_klen)
+#define PL_last_swash_slen (PL_Vars.Glast_swash_slen)
+#define PL_last_swash_tmps (PL_Vars.Glast_swash_tmps)
#define PL_last_uni (PL_Vars.Glast_uni)
#define PL_lex_brackets (PL_Vars.Glex_brackets)
#define PL_lex_brackstack (PL_Vars.Glex_brackstack)
@@ -737,6 +742,17 @@
#define PL_threadsv_names (PL_Vars.Gthreadsv_names)
#define PL_tokenbuf (PL_Vars.Gtokenbuf)
#define PL_uid (PL_Vars.Guid)
+#define PL_utf8_alnum (PL_Vars.Gutf8_alnum)
+#define PL_utf8_alpha (PL_Vars.Gutf8_alpha)
+#define PL_utf8_digit (PL_Vars.Gutf8_digit)
+#define PL_utf8_lower (PL_Vars.Gutf8_lower)
+#define PL_utf8_mark (PL_Vars.Gutf8_mark)
+#define PL_utf8_print (PL_Vars.Gutf8_print)
+#define PL_utf8_space (PL_Vars.Gutf8_space)
+#define PL_utf8_tolower (PL_Vars.Gutf8_tolower)
+#define PL_utf8_totitle (PL_Vars.Gutf8_totitle)
+#define PL_utf8_toupper (PL_Vars.Gutf8_toupper)
+#define PL_utf8_upper (PL_Vars.Gutf8_upper)
#define PL_xiv_arenaroot (PL_Vars.Gxiv_arenaroot)
#define PL_xiv_root (PL_Vars.Gxiv_root)
#define PL_xnv_root (PL_Vars.Gxnv_root)
@@ -780,6 +796,11 @@
#define PL_Gin_my_stash PL_in_my_stash
#define PL_Glast_lop PL_last_lop
#define PL_Glast_lop_op PL_last_lop_op
+#define PL_Glast_swash_hv PL_last_swash_hv
+#define PL_Glast_swash_key PL_last_swash_key
+#define PL_Glast_swash_klen PL_last_swash_klen
+#define PL_Glast_swash_slen PL_last_swash_slen
+#define PL_Glast_swash_tmps PL_last_swash_tmps
#define PL_Glast_uni PL_last_uni
#define PL_Glex_brackets PL_lex_brackets
#define PL_Glex_brackstack PL_lex_brackstack
@@ -847,6 +868,17 @@
#define PL_Gthreadsv_names PL_threadsv_names
#define PL_Gtokenbuf PL_tokenbuf
#define PL_Guid PL_uid
+#define PL_Gutf8_alnum PL_utf8_alnum
+#define PL_Gutf8_alpha PL_utf8_alpha
+#define PL_Gutf8_digit PL_utf8_digit
+#define PL_Gutf8_lower PL_utf8_lower
+#define PL_Gutf8_mark PL_utf8_mark
+#define PL_Gutf8_print PL_utf8_print
+#define PL_Gutf8_space PL_utf8_space
+#define PL_Gutf8_tolower PL_utf8_tolower
+#define PL_Gutf8_totitle PL_utf8_totitle
+#define PL_Gutf8_toupper PL_utf8_toupper
+#define PL_Gutf8_upper PL_utf8_upper
#define PL_Gxiv_arenaroot PL_xiv_arenaroot
#define PL_Gxiv_root PL_xiv_root
#define PL_Gxnv_root PL_xnv_root