X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/86f72d56e71cb202c98802b68923dfca4797c3e2..7b93aae2da4ca7f9087e33fb273354900e2f372e:/embedvar.h diff --git a/embedvar.h b/embedvar.h index 09e0810..35cf8f2 100644 --- a/embedvar.h +++ b/embedvar.h @@ -40,10 +40,7 @@ # define vTHX PERL_GET_INTERP # endif -#define PL_ASCII (vTHX->IASCII) -#define PL_AboveLatin1 (vTHX->IAboveLatin1) -#define PL_Argv (vTHX->IArgv) -#define PL_Cmd (vTHX->ICmd) +#define PL_DBcontrol (vTHX->IDBcontrol) #define PL_DBcv (vTHX->IDBcv) #define PL_DBgv (vTHX->IDBgv) #define PL_DBline (vTHX->IDBline) @@ -53,42 +50,16 @@ #define PL_DBtrace (vTHX->IDBtrace) #define PL_Dir (vTHX->IDir) #define PL_Env (vTHX->IEnv) -#define PL_HasMultiCharFold (vTHX->IHasMultiCharFold) -#define PL_L1Cased (vTHX->IL1Cased) -#define PL_L1Posix_ptrs (vTHX->IL1Posix_ptrs) #define PL_LIO (vTHX->ILIO) -#define PL_Latin1 (vTHX->ILatin1) #define PL_Mem (vTHX->IMem) #define PL_MemParse (vTHX->IMemParse) #define PL_MemShared (vTHX->IMemShared) -#define PL_NonL1NonFinalFold (vTHX->INonL1NonFinalFold) -#define PL_PerlSpace (vTHX->IPerlSpace) -#define PL_PosixAlnum (vTHX->IPosixAlnum) -#define PL_PosixAlpha (vTHX->IPosixAlpha) -#define PL_PosixBlank (vTHX->IPosixBlank) -#define PL_PosixCntrl (vTHX->IPosixCntrl) -#define PL_PosixDigit (vTHX->IPosixDigit) -#define PL_PosixGraph (vTHX->IPosixGraph) -#define PL_PosixLower (vTHX->IPosixLower) -#define PL_PosixPrint (vTHX->IPosixPrint) -#define PL_PosixPunct (vTHX->IPosixPunct) -#define PL_PosixSpace (vTHX->IPosixSpace) -#define PL_PosixUpper (vTHX->IPosixUpper) -#define PL_PosixWord (vTHX->IPosixWord) -#define PL_PosixXDigit (vTHX->IPosixXDigit) #define PL_Proc (vTHX->IProc) #define PL_Sock (vTHX->ISock) #define PL_StdIO (vTHX->IStdIO) #define PL_Sv (vTHX->ISv) -#define PL_VertSpace (vTHX->IVertSpace) -#define PL_XPerlSpace (vTHX->IXPerlSpace) -#define PL_XPosixBlank (vTHX->IXPosixBlank) -#define PL_XPosixCntrl (vTHX->IXPosixCntrl) -#define PL_XPosixSpace (vTHX->IXPosixSpace) -#define PL_XPosixXDigit (vTHX->IXPosixXDigit) #define PL_Xpv (vTHX->IXpv) #define PL_an (vTHX->Ian) -#define PL_apiversion (vTHX->Iapiversion) #define PL_argvgv (vTHX->Iargvgv) #define PL_argvout_stack (vTHX->Iargvout_stack) #define PL_argvoutgv (vTHX->Iargvoutgv) @@ -117,12 +88,15 @@ #define PL_comppad_name (vTHX->Icomppad_name) #define PL_comppad_name_fill (vTHX->Icomppad_name_fill) #define PL_comppad_name_floor (vTHX->Icomppad_name_floor) +#define PL_constpadix (vTHX->Iconstpadix) #define PL_cop_seqmax (vTHX->Icop_seqmax) #define PL_cryptseen (vTHX->Icryptseen) #define PL_curcop (vTHX->Icurcop) #define PL_curcopdb (vTHX->Icurcopdb) +#define PL_curlocales (vTHX->Icurlocales) #define PL_curpad (vTHX->Icurpad) #define PL_curpm (vTHX->Icurpm) +#define PL_curpm_under (vTHX->Icurpm_under) #define PL_curstack (vTHX->Icurstack) #define PL_curstackinfo (vTHX->Icurstackinfo) #define PL_curstash (vTHX->Icurstash) @@ -148,12 +122,12 @@ #define PL_diehook (vTHX->Idiehook) #define PL_doswitches (vTHX->Idoswitches) #define PL_dowarn (vTHX->Idowarn) +#define PL_dump_re_max_len (vTHX->Idump_re_max_len) #define PL_dumper_fd (vTHX->Idumper_fd) #define PL_dumpindent (vTHX->Idumpindent) #define PL_e_script (vTHX->Ie_script) #define PL_efloatbuf (vTHX->Iefloatbuf) #define PL_efloatsize (vTHX->Iefloatsize) -#define PL_encoding (vTHX->Iencoding) #define PL_endav (vTHX->Iendav) #define PL_envgv (vTHX->Ienvgv) #define PL_errgv (vTHX->Ierrgv) @@ -173,18 +147,25 @@ #define PL_gensym (vTHX->Igensym) #define PL_globalstash (vTHX->Iglobalstash) #define PL_globhook (vTHX->Iglobhook) +#define PL_hash_rand_bits (vTHX->Ihash_rand_bits) +#define PL_hash_rand_bits_enabled (vTHX->Ihash_rand_bits_enabled) #define PL_hintgv (vTHX->Ihintgv) -#define PL_hints (vTHX->Ihints) #define PL_hv_fetch_ent_mh (vTHX->Ihv_fetch_ent_mh) #define PL_in_clean_all (vTHX->Iin_clean_all) #define PL_in_clean_objs (vTHX->Iin_clean_objs) #define PL_in_eval (vTHX->Iin_eval) #define PL_in_load_module (vTHX->Iin_load_module) +#define PL_in_utf8_COLLATE_locale (vTHX->Iin_utf8_COLLATE_locale) +#define PL_in_utf8_CTYPE_locale (vTHX->Iin_utf8_CTYPE_locale) +#define PL_in_utf8_turkic_locale (vTHX->Iin_utf8_turkic_locale) #define PL_incgv (vTHX->Iincgv) #define PL_initav (vTHX->Iinitav) #define PL_inplace (vTHX->Iinplace) +#define PL_internal_random_state (vTHX->Iinternal_random_state) #define PL_isarev (vTHX->Iisarev) #define PL_known_layers (vTHX->Iknown_layers) +#define PL_langinfo_buf (vTHX->Ilanginfo_buf) +#define PL_langinfo_bufsize (vTHX->Ilanginfo_bufsize) #define PL_last_in_gv (vTHX->Ilast_in_gv) #define PL_last_swash_hv (vTHX->Ilast_swash_hv) #define PL_last_swash_key (vTHX->Ilast_swash_key) @@ -195,10 +176,11 @@ #define PL_lastgotoprobe (vTHX->Ilastgotoprobe) #define PL_laststatval (vTHX->Ilaststatval) #define PL_laststype (vTHX->Ilaststype) +#define PL_lc_numeric_mutex_depth (vTHX->Ilc_numeric_mutex_depth) +#define PL_locale_utf8ness (vTHX->Ilocale_utf8ness) #define PL_localizing (vTHX->Ilocalizing) #define PL_localpatches (vTHX->Ilocalpatches) #define PL_lockhook (vTHX->Ilockhook) -#define PL_madskills (vTHX->Imadskills) #define PL_main_cv (vTHX->Imain_cv) #define PL_main_root (vTHX->Imain_root) #define PL_main_start (vTHX->Imain_start) @@ -207,7 +189,6 @@ #define PL_markstack_max (vTHX->Imarkstack_max) #define PL_markstack_ptr (vTHX->Imarkstack_ptr) #define PL_max_intro_pending (vTHX->Imax_intro_pending) -#define PL_maxo (vTHX->Imaxo) #define PL_maxsysfd (vTHX->Imaxsysfd) #define PL_memory_debug_header (vTHX->Imemory_debug_header) #define PL_mess_sv (vTHX->Imess_sv) @@ -221,21 +202,22 @@ #define PL_minus_p (vTHX->Iminus_p) #define PL_modcount (vTHX->Imodcount) #define PL_modglobal (vTHX->Imodglobal) -#define PL_my_cxt_keys (vTHX->Imy_cxt_keys) +#define PL_multideref_pc (vTHX->Imultideref_pc) #define PL_my_cxt_list (vTHX->Imy_cxt_list) #define PL_my_cxt_size (vTHX->Imy_cxt_size) #define PL_na (vTHX->Ina) #define PL_nomemok (vTHX->Inomemok) -#define PL_numeric_local (vTHX->Inumeric_local) #define PL_numeric_name (vTHX->Inumeric_name) #define PL_numeric_radix_sv (vTHX->Inumeric_radix_sv) #define PL_numeric_standard (vTHX->Inumeric_standard) +#define PL_numeric_underlying (vTHX->Inumeric_underlying) +#define PL_numeric_underlying_is_standard (vTHX->Inumeric_underlying_is_standard) #define PL_ofsgv (vTHX->Iofsgv) #define PL_oldname (vTHX->Ioldname) #define PL_op (vTHX->Iop) +#define PL_op_exec_cnt (vTHX->Iop_exec_cnt) #define PL_op_mask (vTHX->Iop_mask) #define PL_opfreehook (vTHX->Iopfreehook) -#define PL_opsave (vTHX->Iopsave) #define PL_origalen (vTHX->Iorigalen) #define PL_origargc (vTHX->Iorigargc) #define PL_origargv (vTHX->Iorigargv) @@ -246,6 +228,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) @@ -260,10 +245,10 @@ #define PL_psig_pend (vTHX->Ipsig_pend) #define PL_psig_ptr (vTHX->Ipsig_ptr) #define PL_ptr_table (vTHX->Iptr_table) +#define PL_random_state (vTHX->Irandom_state) #define PL_reentrant_buffer (vTHX->Ireentrant_buffer) #define PL_reentrant_retint (vTHX->Ireentrant_retint) -#define PL_reg_state (vTHX->Ireg_state) -#define PL_regdummy (vTHX->Iregdummy) +#define PL_reg_curpm (vTHX->Ireg_curpm) #define PL_regex_pad (vTHX->Iregex_pad) #define PL_regex_padav (vTHX->Iregex_padav) #define PL_registered_mros (vTHX->Iregistered_mros) @@ -287,6 +272,9 @@ #define PL_scopestack_max (vTHX->Iscopestack_max) #define PL_scopestack_name (vTHX->Iscopestack_name) #define PL_secondgv (vTHX->Isecondgv) +#define PL_seen_deprecated_macro (vTHX->Iseen_deprecated_macro) +#define PL_setlocale_buf (vTHX->Isetlocale_buf) +#define PL_setlocale_bufsize (vTHX->Isetlocale_bufsize) #define PL_sharehook (vTHX->Isharehook) #define PL_sig_pending (vTHX->Isig_pending) #define PL_sighandlerp (vTHX->Isighandlerp) @@ -305,7 +293,6 @@ #define PL_stashpad (vTHX->Istashpad) #define PL_stashpadix (vTHX->Istashpadix) #define PL_stashpadmax (vTHX->Istashpadmax) -#define PL_statbuf (vTHX->Istatbuf) #define PL_statcache (vTHX->Istatcache) #define PL_statgv (vTHX->Istatgv) #define PL_statname (vTHX->Istatname) @@ -315,62 +302,87 @@ #define PL_stderrgv (vTHX->Istderrgv) #define PL_stdingv (vTHX->Istdingv) #define PL_strtab (vTHX->Istrtab) +#define PL_strxfrm_NUL_replacement (vTHX->Istrxfrm_NUL_replacement) +#define PL_strxfrm_is_behaved (vTHX->Istrxfrm_is_behaved) +#define PL_strxfrm_max_cp (vTHX->Istrxfrm_max_cp) #define PL_sub_generation (vTHX->Isub_generation) #define PL_subline (vTHX->Isubline) #define PL_subname (vTHX->Isubname) #define PL_sv_arenaroot (vTHX->Isv_arenaroot) +#define PL_sv_consts (vTHX->Isv_consts) #define PL_sv_count (vTHX->Isv_count) +#define PL_sv_immortals (vTHX->Isv_immortals) #define PL_sv_no (vTHX->Isv_no) -#define PL_sv_objcount (vTHX->Isv_objcount) #define PL_sv_root (vTHX->Isv_root) #define PL_sv_serial (vTHX->Isv_serial) #define PL_sv_undef (vTHX->Isv_undef) #define PL_sv_yes (vTHX->Isv_yes) +#define PL_sv_zero (vTHX->Isv_zero) #define PL_sys_intern (vTHX->Isys_intern) #define PL_taint_warn (vTHX->Itaint_warn) #define PL_tainted (vTHX->Itainted) #define PL_tainting (vTHX->Itainting) #define PL_threadhook (vTHX->Ithreadhook) -#define PL_timesbuf (vTHX->Itimesbuf) #define PL_tmps_floor (vTHX->Itmps_floor) #define PL_tmps_ix (vTHX->Itmps_ix) #define PL_tmps_max (vTHX->Itmps_max) #define PL_tmps_stack (vTHX->Itmps_stack) #define PL_top_env (vTHX->Itop_env) #define PL_toptarget (vTHX->Itoptarget) +#define PL_underlying_numeric_obj (vTHX->Iunderlying_numeric_obj) #define PL_unicode (vTHX->Iunicode) #define PL_unitcheckav (vTHX->Iunitcheckav) #define PL_unitcheckav_save (vTHX->Iunitcheckav_save) #define PL_unlockhook (vTHX->Iunlockhook) #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_charname_begin (vTHX->Iutf8_charname_begin) -#define PL_utf8_charname_continue (vTHX->Iutf8_charname_continue) -#define PL_utf8_foldable (vTHX->Iutf8_foldable) -#define PL_utf8_foldclosures (vTHX->Iutf8_foldclosures) -#define PL_utf8_idcont (vTHX->Iutf8_idcont) -#define PL_utf8_idstart (vTHX->Iutf8_idstart) -#define PL_utf8_mark (vTHX->Iutf8_mark) -#define PL_utf8_perl_idstart (vTHX->Iutf8_perl_idstart) -#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_xidcont (vTHX->Iutf8_xidcont) -#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_xmlfp (vTHX->Ixmlfp) +#define PL_xsubfilename (vTHX->Ixsubfilename) #endif /* MULTIPLICITY */ #if defined(PERL_GLOBAL_STRUCT) +#define PL_AboveLatin1 (my_vars->GAboveLatin1) +#define PL_GAboveLatin1 (my_vars->GAboveLatin1) +#define PL_Assigned_invlist (my_vars->GAssigned_invlist) +#define PL_GAssigned_invlist (my_vars->GAssigned_invlist) +#define PL_CCC_non0_non230 (my_vars->GCCC_non0_non230) +#define PL_GCCC_non0_non230 (my_vars->GCCC_non0_non230) +#define PL_C_locale_obj (my_vars->GC_locale_obj) +#define PL_GC_locale_obj (my_vars->GC_locale_obj) +#define PL_GCB_invlist (my_vars->GGCB_invlist) +#define PL_GGCB_invlist (my_vars->GGCB_invlist) +#define PL_HasMultiCharFold (my_vars->GHasMultiCharFold) +#define PL_GHasMultiCharFold (my_vars->GHasMultiCharFold) +#define PL_InBitmap (my_vars->GInBitmap) +#define PL_GInBitmap (my_vars->GInBitmap) +#define PL_InMultiCharFold (my_vars->GInMultiCharFold) +#define PL_GInMultiCharFold (my_vars->GInMultiCharFold) +#define PL_LB_invlist (my_vars->GLB_invlist) +#define PL_GLB_invlist (my_vars->GLB_invlist) +#define PL_Latin1 (my_vars->GLatin1) +#define PL_GLatin1 (my_vars->GLatin1) +#define PL_NonFinalFold (my_vars->GNonFinalFold) +#define PL_GNonFinalFold (my_vars->GNonFinalFold) +#define PL_Posix_ptrs (my_vars->GPosix_ptrs) +#define PL_GPosix_ptrs (my_vars->GPosix_ptrs) +#define PL_Private_Use (my_vars->GPrivate_Use) +#define PL_GPrivate_Use (my_vars->GPrivate_Use) +#define PL_SB_invlist (my_vars->GSB_invlist) +#define PL_GSB_invlist (my_vars->GSB_invlist) +#define PL_SCX_invlist (my_vars->GSCX_invlist) +#define PL_GSCX_invlist (my_vars->GSCX_invlist) +#define PL_UpperLatin1 (my_vars->GUpperLatin1) +#define PL_GUpperLatin1 (my_vars->GUpperLatin1) +#define PL_WB_invlist (my_vars->GWB_invlist) +#define PL_GWB_invlist (my_vars->GWB_invlist) +#define PL_XPosix_ptrs (my_vars->GXPosix_ptrs) +#define PL_GXPosix_ptrs (my_vars->GXPosix_ptrs) #define PL_appctx (my_vars->Gappctx) #define PL_Gappctx (my_vars->Gappctx) #define PL_check (my_vars->Gcheck) @@ -387,14 +399,26 @@ #define PL_Gdollarzero_mutex (my_vars->Gdollarzero_mutex) #define PL_fold_locale (my_vars->Gfold_locale) #define PL_Gfold_locale (my_vars->Gfold_locale) +#define PL_hash_chars (my_vars->Ghash_chars) +#define PL_Ghash_chars (my_vars->Ghash_chars) #define PL_hash_seed (my_vars->Ghash_seed) #define PL_Ghash_seed (my_vars->Ghash_seed) #define PL_hash_seed_set (my_vars->Ghash_seed_set) #define PL_Ghash_seed_set (my_vars->Ghash_seed_set) +#define PL_hash_state (my_vars->Ghash_state) +#define PL_Ghash_state (my_vars->Ghash_state) #define PL_hints_mutex (my_vars->Ghints_mutex) #define PL_Ghints_mutex (my_vars->Ghints_mutex) +#define PL_in_some_fold (my_vars->Gin_some_fold) +#define PL_Gin_some_fold (my_vars->Gin_some_fold) #define PL_keyword_plugin (my_vars->Gkeyword_plugin) #define PL_Gkeyword_plugin (my_vars->Gkeyword_plugin) +#define PL_keyword_plugin_mutex (my_vars->Gkeyword_plugin_mutex) +#define PL_Gkeyword_plugin_mutex (my_vars->Gkeyword_plugin_mutex) +#define PL_lc_numeric_mutex (my_vars->Glc_numeric_mutex) +#define PL_Glc_numeric_mutex (my_vars->Glc_numeric_mutex) +#define PL_locale_mutex (my_vars->Glocale_mutex) +#define PL_Glocale_mutex (my_vars->Glocale_mutex) #define PL_malloc_mutex (my_vars->Gmalloc_mutex) #define PL_Gmalloc_mutex (my_vars->Gmalloc_mutex) #define PL_mmap_page_size (my_vars->Gmmap_page_size) @@ -403,6 +427,10 @@ #define PL_Gmy_ctx_mutex (my_vars->Gmy_ctx_mutex) #define PL_my_cxt_index (my_vars->Gmy_cxt_index) #define PL_Gmy_cxt_index (my_vars->Gmy_cxt_index) +#define PL_my_cxt_keys (my_vars->Gmy_cxt_keys) +#define PL_Gmy_cxt_keys (my_vars->Gmy_cxt_keys) +#define PL_my_cxt_keys_size (my_vars->Gmy_cxt_keys_size) +#define PL_Gmy_cxt_keys_size (my_vars->Gmy_cxt_keys_size) #define PL_op_mutex (my_vars->Gop_mutex) #define PL_Gop_mutex (my_vars->Gop_mutex) #define PL_op_seq (my_vars->Gop_seq) @@ -417,6 +445,10 @@ #define PL_Gperlio_fd_refcnt_size (my_vars->Gperlio_fd_refcnt_size) #define PL_perlio_mutex (my_vars->Gperlio_mutex) #define PL_Gperlio_mutex (my_vars->Gperlio_mutex) +#ifdef __VMS +#define PL_perllib_sep (my_vars->Gperllib_sep) +#define PL_Gperllib_sep (my_vars->Gperllib_sep) +#endif #define PL_ppaddr (my_vars->Gppaddr) #define PL_Gppaddr (my_vars->Gppaddr) #ifdef OS2 @@ -433,6 +465,24 @@ #define PL_Gsig_trapped (my_vars->Gsig_trapped) #define PL_sigfpe_saved (my_vars->Gsigfpe_saved) #define PL_Gsigfpe_saved (my_vars->Gsigfpe_saved) +#define PL_strategy_accept (my_vars->Gstrategy_accept) +#define PL_Gstrategy_accept (my_vars->Gstrategy_accept) +#define PL_strategy_dup (my_vars->Gstrategy_dup) +#define PL_Gstrategy_dup (my_vars->Gstrategy_dup) +#define PL_strategy_dup2 (my_vars->Gstrategy_dup2) +#define PL_Gstrategy_dup2 (my_vars->Gstrategy_dup2) +#define PL_strategy_mkstemp (my_vars->Gstrategy_mkstemp) +#define PL_Gstrategy_mkstemp (my_vars->Gstrategy_mkstemp) +#define PL_strategy_open (my_vars->Gstrategy_open) +#define PL_Gstrategy_open (my_vars->Gstrategy_open) +#define PL_strategy_open3 (my_vars->Gstrategy_open3) +#define PL_Gstrategy_open3 (my_vars->Gstrategy_open3) +#define PL_strategy_pipe (my_vars->Gstrategy_pipe) +#define PL_Gstrategy_pipe (my_vars->Gstrategy_pipe) +#define PL_strategy_socket (my_vars->Gstrategy_socket) +#define PL_Gstrategy_socket (my_vars->Gstrategy_socket) +#define PL_strategy_socketpair (my_vars->Gstrategy_socketpair) +#define PL_Gstrategy_socketpair (my_vars->Gstrategy_socketpair) #define PL_sv_placeholder (my_vars->Gsv_placeholder) #define PL_Gsv_placeholder (my_vars->Gsv_placeholder) #define PL_thr_key (my_vars->Gthr_key) @@ -441,6 +491,42 @@ #define PL_Gtimesbase (my_vars->Gtimesbase) #define PL_use_safe_putenv (my_vars->Guse_safe_putenv) #define PL_Guse_safe_putenv (my_vars->Guse_safe_putenv) +#define PL_user_def_props (my_vars->Guser_def_props) +#define PL_Guser_def_props (my_vars->Guser_def_props) +#define PL_user_def_props_aTHX (my_vars->Guser_def_props_aTHX) +#define PL_Guser_def_props_aTHX (my_vars->Guser_def_props_aTHX) +#define PL_user_prop_mutex (my_vars->Guser_prop_mutex) +#define PL_Guser_prop_mutex (my_vars->Guser_prop_mutex) +#define PL_utf8_charname_begin (my_vars->Gutf8_charname_begin) +#define PL_Gutf8_charname_begin (my_vars->Gutf8_charname_begin) +#define PL_utf8_charname_continue (my_vars->Gutf8_charname_continue) +#define PL_Gutf8_charname_continue (my_vars->Gutf8_charname_continue) +#define PL_utf8_foldclosures (my_vars->Gutf8_foldclosures) +#define PL_Gutf8_foldclosures (my_vars->Gutf8_foldclosures) +#define PL_utf8_idcont (my_vars->Gutf8_idcont) +#define PL_Gutf8_idcont (my_vars->Gutf8_idcont) +#define PL_utf8_idstart (my_vars->Gutf8_idstart) +#define PL_Gutf8_idstart (my_vars->Gutf8_idstart) +#define PL_utf8_mark (my_vars->Gutf8_mark) +#define PL_Gutf8_mark (my_vars->Gutf8_mark) +#define PL_utf8_perl_idcont (my_vars->Gutf8_perl_idcont) +#define PL_Gutf8_perl_idcont (my_vars->Gutf8_perl_idcont) +#define PL_utf8_perl_idstart (my_vars->Gutf8_perl_idstart) +#define PL_Gutf8_perl_idstart (my_vars->Gutf8_perl_idstart) +#define PL_utf8_tofold (my_vars->Gutf8_tofold) +#define PL_Gutf8_tofold (my_vars->Gutf8_tofold) +#define PL_utf8_tolower (my_vars->Gutf8_tolower) +#define PL_Gutf8_tolower (my_vars->Gutf8_tolower) +#define PL_utf8_tosimplefold (my_vars->Gutf8_tosimplefold) +#define PL_Gutf8_tosimplefold (my_vars->Gutf8_tosimplefold) +#define PL_utf8_totitle (my_vars->Gutf8_totitle) +#define PL_Gutf8_totitle (my_vars->Gutf8_totitle) +#define PL_utf8_toupper (my_vars->Gutf8_toupper) +#define PL_Gutf8_toupper (my_vars->Gutf8_toupper) +#define PL_utf8_xidcont (my_vars->Gutf8_xidcont) +#define PL_Gutf8_xidcont (my_vars->Gutf8_xidcont) +#define PL_utf8_xidstart (my_vars->Gutf8_xidstart) +#define PL_Gutf8_xidstart (my_vars->Gutf8_xidstart) #define PL_veto_cleanup (my_vars->Gveto_cleanup) #define PL_Gveto_cleanup (my_vars->Gveto_cleanup) #define PL_watch_pvx (my_vars->Gwatch_pvx)