summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/CORE/embedvar.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-10 21:56:14 +0000
committerKarl Berry <karl@freefriends.org>2019-03-10 21:56:14 +0000
commite0a2a718e89f9700d627f1e6a8eea8f21d2fbeb8 (patch)
tree39972f65008b0d70f306a5f976494d29411bc41e /Master/tlpkg/tlperl/lib/CORE/embedvar.h
parentb206fdc77d81ed1600949062f08de5690a4bf66f (diff)
tl19 perl 5.28.1 for Windows, from Siep
git-svn-id: svn://tug.org/texlive/trunk@50322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CORE/embedvar.h')
-rw-r--r--Master/tlpkg/tlperl/lib/CORE/embedvar.h106
1 files changed, 75 insertions, 31 deletions
diff --git a/Master/tlpkg/tlperl/lib/CORE/embedvar.h b/Master/tlpkg/tlperl/lib/CORE/embedvar.h
index a33f213efca..e038ae74b4f 100644
--- a/Master/tlpkg/tlperl/lib/CORE/embedvar.h
+++ b/Master/tlpkg/tlperl/lib/CORE/embedvar.h
@@ -40,10 +40,6 @@
# define vTHX PERL_GET_INTERP
# endif
-#define PL_AboveLatin1 (vTHX->IAboveLatin1)
-#define PL_Argv (vTHX->IArgv)
-#define PL_Assigned_invlist (vTHX->IAssigned_invlist)
-#define PL_Cmd (vTHX->ICmd)
#define PL_DBcontrol (vTHX->IDBcontrol)
#define PL_DBcv (vTHX->IDBcv)
#define PL_DBgv (vTHX->IDBgv)
@@ -54,25 +50,15 @@
#define PL_DBtrace (vTHX->IDBtrace)
#define PL_Dir (vTHX->IDir)
#define PL_Env (vTHX->IEnv)
-#define PL_GCB_invlist (vTHX->IGCB_invlist)
-#define PL_HasMultiCharFold (vTHX->IHasMultiCharFold)
#define PL_InBitmap (vTHX->IInBitmap)
-#define PL_LB_invlist (vTHX->ILB_invlist)
#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_Posix_ptrs (vTHX->IPosix_ptrs)
#define PL_Proc (vTHX->IProc)
-#define PL_SB_invlist (vTHX->ISB_invlist)
#define PL_Sock (vTHX->ISock)
#define PL_StdIO (vTHX->IStdIO)
#define PL_Sv (vTHX->ISv)
-#define PL_UpperLatin1 (vTHX->IUpperLatin1)
-#define PL_WB_invlist (vTHX->IWB_invlist)
-#define PL_XPosix_ptrs (vTHX->IXPosix_ptrs)
#define PL_Xpv (vTHX->IXpv)
#define PL_an (vTHX->Ian)
#define PL_argvgv (vTHX->Iargvgv)
@@ -108,6 +94,7 @@
#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)
@@ -174,8 +161,11 @@
#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)
@@ -186,6 +176,8 @@
#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)
@@ -216,10 +208,11 @@
#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)
@@ -281,6 +274,8 @@
#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)
@@ -299,7 +294,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)
@@ -318,11 +312,13 @@
#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_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)
@@ -334,27 +330,13 @@
#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_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_idcont (vTHX->Iutf8_perl_idcont)
-#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)
@@ -367,8 +349,32 @@
#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_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_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_NonL1NonFinalFold (my_vars->GNonL1NonFinalFold)
+#define PL_GNonL1NonFinalFold (my_vars->GNonL1NonFinalFold)
+#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)
@@ -385,14 +391,22 @@
#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_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)
@@ -445,6 +459,36 @@
#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_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_foldable (my_vars->Gutf8_foldable)
+#define PL_Gutf8_foldable (my_vars->Gutf8_foldable)
+#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_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)