summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-12-11 13:05:04 -0700
committerKarl Williamson <public@khwilliamson.com>2012-12-22 11:11:26 -0700
commit63c61c3fe04eb423aaa8e9895c20e220f86c6593 (patch)
tree82944cb6fb6be32665f4b2770aebb50055bf2b63 /embedvar.h
parente3d474b7de6268afa57fb09352d3082a13d99d0c (diff)
downloadperl-63c61c3fe04eb423aaa8e9895c20e220f86c6593.tar.gz
intrpvar.h: Place some swash pointers in an array
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/embedvar.h b/embedvar.h
index 87791b4094..270ce19565 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -352,27 +352,19 @@
#define PL_unsafe (vTHX->Iunsafe)
#define PL_utf8_X_extend (vTHX->Iutf8_X_extend)
#define PL_utf8_X_regular_begin (vTHX->Iutf8_X_regular_begin)
-#define PL_utf8_alnum (vTHX->Iutf8_alnum)
-#define PL_utf8_alnumc (vTHX->Iutf8_alnumc)
-#define PL_utf8_alpha (vTHX->Iutf8_alpha)
#define PL_utf8_charname_begin (vTHX->Iutf8_charname_begin)
#define PL_utf8_charname_continue (vTHX->Iutf8_charname_continue)
-#define PL_utf8_digit (vTHX->Iutf8_digit)
#define PL_utf8_foldable (vTHX->Iutf8_foldable)
#define PL_utf8_foldclosures (vTHX->Iutf8_foldclosures)
-#define PL_utf8_graph (vTHX->Iutf8_graph)
#define PL_utf8_idcont (vTHX->Iutf8_idcont)
#define PL_utf8_idstart (vTHX->Iutf8_idstart)
-#define PL_utf8_lower (vTHX->Iutf8_lower)
#define PL_utf8_mark (vTHX->Iutf8_mark)
#define PL_utf8_perl_idstart (vTHX->Iutf8_perl_idstart)
-#define PL_utf8_print (vTHX->Iutf8_print)
-#define PL_utf8_punct (vTHX->Iutf8_punct)
+#define PL_utf8_swash_ptrs (vTHX->Iutf8_swash_ptrs)
#define PL_utf8_tofold (vTHX->Iutf8_tofold)
#define PL_utf8_tolower (vTHX->Iutf8_tolower)
#define PL_utf8_totitle (vTHX->Iutf8_totitle)
#define PL_utf8_toupper (vTHX->Iutf8_toupper)
-#define PL_utf8_upper (vTHX->Iutf8_upper)
#define PL_utf8_xidcont (vTHX->Iutf8_xidcont)
#define PL_utf8_xidstart (vTHX->Iutf8_xidstart)
#define PL_utf8cache (vTHX->Iutf8cache)