X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/bc39fe246af9f9dbbeef6550e5e5795ca2c366e5..b1a2f073f0230f01166eb98b343be7a3f8c41f0a:/embedvar.h diff --git a/embedvar.h b/embedvar.h index f468bd8..f618aef 100644 --- a/embedvar.h +++ b/embedvar.h @@ -150,6 +150,7 @@ #define PL_gid (vTHX->Igid) #define PL_glob_index (vTHX->Iglob_index) #define PL_globalstash (vTHX->Iglobalstash) +#define PL_globhook (vTHX->Iglobhook) #define PL_hash_seed (vTHX->Ihash_seed) #define PL_hintgv (vTHX->Ihintgv) #define PL_hints (vTHX->Ihints) @@ -335,7 +336,6 @@ #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_cntrl (vTHX->Iutf8_cntrl) #define PL_utf8_digit (vTHX->Iutf8_digit) #define PL_utf8_foldable (vTHX->Iutf8_foldable) #define PL_utf8_foldclosures (vTHX->Iutf8_foldclosures) @@ -344,9 +344,7 @@ #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_space (vTHX->Iutf8_perl_space) -#define PL_utf8_perl_word (vTHX->Iutf8_perl_word) -#define PL_utf8_posix_digit (vTHX->Iutf8_posix_digit) +#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_space (vTHX->Iutf8_space)