X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/93f5d0e84de625ae81930095bb540c0d9dbda3f2..04ce8649990a4784cc3ad0b83a45ccf6a005b1be:/embedvar.h diff --git a/embedvar.h b/embedvar.h index 94b7a00..da3c331 100644 --- a/embedvar.h +++ b/embedvar.h @@ -179,6 +179,7 @@ #define PL_lastgotoprobe (vTHX->Ilastgotoprobe) #define PL_laststatval (vTHX->Ilaststatval) #define PL_laststype (vTHX->Ilaststype) +#define PL_lex_encoding (vTHX->Ilex_encoding) #define PL_localizing (vTHX->Ilocalizing) #define PL_localpatches (vTHX->Ilocalpatches) #define PL_lockhook (vTHX->Ilockhook) @@ -204,6 +205,7 @@ #define PL_minus_p (vTHX->Iminus_p) #define PL_modcount (vTHX->Imodcount) #define PL_modglobal (vTHX->Imodglobal) +#define PL_multideref_pc (vTHX->Imultideref_pc) #define PL_my_cxt_keys (vTHX->Imy_cxt_keys) #define PL_my_cxt_list (vTHX->Imy_cxt_list) #define PL_my_cxt_size (vTHX->Imy_cxt_size) @@ -229,6 +231,9 @@ #define PL_pad_reset_pending (vTHX->Ipad_reset_pending) #define PL_padix (vTHX->Ipadix) #define PL_padix_floor (vTHX->Ipadix_floor) +#define PL_padlist_generation (vTHX->Ipadlist_generation) +#define PL_padname_const (vTHX->Ipadname_const) +#define PL_padname_undef (vTHX->Ipadname_undef) #define PL_parser (vTHX->Iparser) #define PL_patchlevel (vTHX->Ipatchlevel) #define PL_peepp (vTHX->Ipeepp) @@ -347,9 +352,11 @@ #define PL_utf8_xidstart (vTHX->Iutf8_xidstart) #define PL_utf8cache (vTHX->Iutf8cache) #define PL_utf8locale (vTHX->Iutf8locale) +#define PL_warn_locale (vTHX->Iwarn_locale) #define PL_warnhook (vTHX->Iwarnhook) #define PL_watchaddr (vTHX->Iwatchaddr) #define PL_watchok (vTHX->Iwatchok) +#define PL_xsubfilename (vTHX->Ixsubfilename) #endif /* MULTIPLICITY */