diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2009-12-05 22:21:38 -0700 |
---|---|---|
committer | Karl Williamson <khw@khw-desktop.(none)> | 2009-12-05 22:21:38 -0700 |
commit | 37e2e78edfe0a224b8a615820f46db879584f523 (patch) | |
tree | ac91126a79a133a76fa0d463d154e6767ef276a4 /embedvar.h | |
parent | 077f834239e40e0523e428946baaf95eaec43724 (diff) | |
download | perl-37e2e78edfe0a224b8a615820f46db879584f523.tar.gz |
qr/\X/ expansion
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h index e805a79822..63ed46ee2a 100644 --- a/embedvar.h +++ b/embedvar.h @@ -324,6 +324,16 @@ #define PL_unitcheckav_save (vTHX->Iunitcheckav_save) #define PL_unlockhook (vTHX->Iunlockhook) #define PL_unsafe (vTHX->Iunsafe) +#define PL_utf8_X_L (vTHX->Iutf8_X_L) +#define PL_utf8_X_LV (vTHX->Iutf8_X_LV) +#define PL_utf8_X_LVT (vTHX->Iutf8_X_LVT) +#define PL_utf8_X_LV_LVT_V (vTHX->Iutf8_X_LV_LVT_V) +#define PL_utf8_X_T (vTHX->Iutf8_X_T) +#define PL_utf8_X_V (vTHX->Iutf8_X_V) +#define PL_utf8_X_begin (vTHX->Iutf8_X_begin) +#define PL_utf8_X_extend (vTHX->Iutf8_X_extend) +#define PL_utf8_X_non_hangul (vTHX->Iutf8_X_non_hangul) +#define PL_utf8_X_prepend (vTHX->Iutf8_X_prepend) #define PL_utf8_alnum (vTHX->Iutf8_alnum) #define PL_utf8_alpha (vTHX->Iutf8_alpha) #define PL_utf8_ascii (vTHX->Iutf8_ascii) @@ -641,6 +651,16 @@ #define PL_Iunitcheckav_save PL_unitcheckav_save #define PL_Iunlockhook PL_unlockhook #define PL_Iunsafe PL_unsafe +#define PL_Iutf8_X_L PL_utf8_X_L +#define PL_Iutf8_X_LV PL_utf8_X_LV +#define PL_Iutf8_X_LVT PL_utf8_X_LVT +#define PL_Iutf8_X_LV_LVT_V PL_utf8_X_LV_LVT_V +#define PL_Iutf8_X_T PL_utf8_X_T +#define PL_Iutf8_X_V PL_utf8_X_V +#define PL_Iutf8_X_begin PL_utf8_X_begin +#define PL_Iutf8_X_extend PL_utf8_X_extend +#define PL_Iutf8_X_non_hangul PL_utf8_X_non_hangul +#define PL_Iutf8_X_prepend PL_utf8_X_prepend #define PL_Iutf8_alnum PL_utf8_alnum #define PL_Iutf8_alpha PL_utf8_alpha #define PL_Iutf8_ascii PL_utf8_ascii |