|
40 | 40 | # define vTHX PERL_GET_INTERP
|
41 | 41 | # endif
|
42 | 42 |
|
| 43 | +#define PL_AboveLatin1 (vTHX->IAboveLatin1) |
| 44 | +#define PL_Assigned_invlist (vTHX->IAssigned_invlist) |
| 45 | +#define PL_CCC_non0_non230 (vTHX->ICCC_non0_non230) |
43 | 46 | #define PL_DBcontrol (vTHX->IDBcontrol)
|
44 | 47 | #define PL_DBcv (vTHX->IDBcv)
|
45 | 48 | #define PL_DBgv (vTHX->IDBgv)
|
|
50 | 53 | #define PL_DBtrace (vTHX->IDBtrace)
|
51 | 54 | #define PL_Dir (vTHX->IDir)
|
52 | 55 | #define PL_Env (vTHX->IEnv)
|
| 56 | +#define PL_GCB_invlist (vTHX->IGCB_invlist) |
| 57 | +#define PL_HasMultiCharFold (vTHX->IHasMultiCharFold) |
| 58 | +#define PL_InBitmap (vTHX->IInBitmap) |
| 59 | +#define PL_InMultiCharFold (vTHX->IInMultiCharFold) |
| 60 | +#define PL_LB_invlist (vTHX->ILB_invlist) |
53 | 61 | #define PL_LIO (vTHX->ILIO)
|
| 62 | +#define PL_Latin1 (vTHX->ILatin1) |
54 | 63 | #define PL_Mem (vTHX->IMem)
|
55 | 64 | #define PL_MemParse (vTHX->IMemParse)
|
56 | 65 | #define PL_MemShared (vTHX->IMemShared)
|
| 66 | +#define PL_NonFinalFold (vTHX->INonFinalFold) |
| 67 | +#define PL_Posix_ptrs (vTHX->IPosix_ptrs) |
| 68 | +#define PL_Private_Use (vTHX->IPrivate_Use) |
57 | 69 | #define PL_Proc (vTHX->IProc)
|
| 70 | +#define PL_SB_invlist (vTHX->ISB_invlist) |
| 71 | +#define PL_SCX_invlist (vTHX->ISCX_invlist) |
58 | 72 | #define PL_Sock (vTHX->ISock)
|
59 | 73 | #define PL_StdIO (vTHX->IStdIO)
|
60 | 74 | #define PL_Sv (vTHX->ISv)
|
| 75 | +#define PL_UpperLatin1 (vTHX->IUpperLatin1) |
| 76 | +#define PL_WB_invlist (vTHX->IWB_invlist) |
| 77 | +#define PL_XPosix_ptrs (vTHX->IXPosix_ptrs) |
61 | 78 | #define PL_Xpv (vTHX->IXpv)
|
62 | 79 | #define PL_an (vTHX->Ian)
|
63 | 80 | #define PL_argvgv (vTHX->Iargvgv)
|
|
155 | 172 | #define PL_in_clean_objs (vTHX->Iin_clean_objs)
|
156 | 173 | #define PL_in_eval (vTHX->Iin_eval)
|
157 | 174 | #define PL_in_load_module (vTHX->Iin_load_module)
|
| 175 | +#define PL_in_some_fold (vTHX->Iin_some_fold) |
158 | 176 | #define PL_in_utf8_COLLATE_locale (vTHX->Iin_utf8_COLLATE_locale)
|
159 | 177 | #define PL_in_utf8_CTYPE_locale (vTHX->Iin_utf8_CTYPE_locale)
|
160 | 178 | #define PL_in_utf8_turkic_locale (vTHX->Iin_utf8_turkic_locale)
|
|
335 | 353 | #define PL_unitcheckav_save (vTHX->Iunitcheckav_save)
|
336 | 354 | #define PL_unlockhook (vTHX->Iunlockhook)
|
337 | 355 | #define PL_unsafe (vTHX->Iunsafe)
|
| 356 | +#define PL_utf8_charname_begin (vTHX->Iutf8_charname_begin) |
| 357 | +#define PL_utf8_charname_continue (vTHX->Iutf8_charname_continue) |
| 358 | +#define PL_utf8_idcont (vTHX->Iutf8_idcont) |
| 359 | +#define PL_utf8_idstart (vTHX->Iutf8_idstart) |
| 360 | +#define PL_utf8_mark (vTHX->Iutf8_mark) |
| 361 | +#define PL_utf8_perl_idcont (vTHX->Iutf8_perl_idcont) |
| 362 | +#define PL_utf8_perl_idstart (vTHX->Iutf8_perl_idstart) |
| 363 | +#define PL_utf8_tofold (vTHX->Iutf8_tofold) |
| 364 | +#define PL_utf8_tolower (vTHX->Iutf8_tolower) |
| 365 | +#define PL_utf8_tosimplefold (vTHX->Iutf8_tosimplefold) |
| 366 | +#define PL_utf8_totitle (vTHX->Iutf8_totitle) |
| 367 | +#define PL_utf8_toupper (vTHX->Iutf8_toupper) |
| 368 | +#define PL_utf8_xidcont (vTHX->Iutf8_xidcont) |
| 369 | +#define PL_utf8_xidstart (vTHX->Iutf8_xidstart) |
338 | 370 | #define PL_utf8cache (vTHX->Iutf8cache)
|
339 | 371 | #define PL_utf8locale (vTHX->Iutf8locale)
|
340 | 372 | #define PL_warn_locale (vTHX->Iwarn_locale)
|
|
347 | 379 |
|
348 | 380 | #if defined(PERL_GLOBAL_STRUCT)
|
349 | 381 |
|
350 |
| -#define PL_AboveLatin1 (my_vars->GAboveLatin1) |
351 |
| -#define PL_GAboveLatin1 (my_vars->GAboveLatin1) |
352 |
| -#define PL_Assigned_invlist (my_vars->GAssigned_invlist) |
353 |
| -#define PL_GAssigned_invlist (my_vars->GAssigned_invlist) |
354 |
| -#define PL_CCC_non0_non230 (my_vars->GCCC_non0_non230) |
355 |
| -#define PL_GCCC_non0_non230 (my_vars->GCCC_non0_non230) |
356 | 382 | #define PL_C_locale_obj (my_vars->GC_locale_obj)
|
357 | 383 | #define PL_GC_locale_obj (my_vars->GC_locale_obj)
|
358 |
| -#define PL_GCB_invlist (my_vars->GGCB_invlist) |
359 |
| -#define PL_GGCB_invlist (my_vars->GGCB_invlist) |
360 |
| -#define PL_HasMultiCharFold (my_vars->GHasMultiCharFold) |
361 |
| -#define PL_GHasMultiCharFold (my_vars->GHasMultiCharFold) |
362 |
| -#define PL_InBitmap (my_vars->GInBitmap) |
363 |
| -#define PL_GInBitmap (my_vars->GInBitmap) |
364 |
| -#define PL_InMultiCharFold (my_vars->GInMultiCharFold) |
365 |
| -#define PL_GInMultiCharFold (my_vars->GInMultiCharFold) |
366 |
| -#define PL_LB_invlist (my_vars->GLB_invlist) |
367 |
| -#define PL_GLB_invlist (my_vars->GLB_invlist) |
368 |
| -#define PL_Latin1 (my_vars->GLatin1) |
369 |
| -#define PL_GLatin1 (my_vars->GLatin1) |
370 |
| -#define PL_NonFinalFold (my_vars->GNonFinalFold) |
371 |
| -#define PL_GNonFinalFold (my_vars->GNonFinalFold) |
372 |
| -#define PL_Posix_ptrs (my_vars->GPosix_ptrs) |
373 |
| -#define PL_GPosix_ptrs (my_vars->GPosix_ptrs) |
374 |
| -#define PL_Private_Use (my_vars->GPrivate_Use) |
375 |
| -#define PL_GPrivate_Use (my_vars->GPrivate_Use) |
376 |
| -#define PL_SB_invlist (my_vars->GSB_invlist) |
377 |
| -#define PL_GSB_invlist (my_vars->GSB_invlist) |
378 |
| -#define PL_SCX_invlist (my_vars->GSCX_invlist) |
379 |
| -#define PL_GSCX_invlist (my_vars->GSCX_invlist) |
380 |
| -#define PL_UpperLatin1 (my_vars->GUpperLatin1) |
381 |
| -#define PL_GUpperLatin1 (my_vars->GUpperLatin1) |
382 |
| -#define PL_WB_invlist (my_vars->GWB_invlist) |
383 |
| -#define PL_GWB_invlist (my_vars->GWB_invlist) |
384 |
| -#define PL_XPosix_ptrs (my_vars->GXPosix_ptrs) |
385 |
| -#define PL_GXPosix_ptrs (my_vars->GXPosix_ptrs) |
386 | 384 | #define PL_appctx (my_vars->Gappctx)
|
387 | 385 | #define PL_Gappctx (my_vars->Gappctx)
|
388 | 386 | #define PL_check (my_vars->Gcheck)
|
|
409 | 407 | #define PL_Ghash_state (my_vars->Ghash_state)
|
410 | 408 | #define PL_hints_mutex (my_vars->Ghints_mutex)
|
411 | 409 | #define PL_Ghints_mutex (my_vars->Ghints_mutex)
|
412 |
| -#define PL_in_some_fold (my_vars->Gin_some_fold) |
413 |
| -#define PL_Gin_some_fold (my_vars->Gin_some_fold) |
414 | 410 | #define PL_keyword_plugin (my_vars->Gkeyword_plugin)
|
415 | 411 | #define PL_Gkeyword_plugin (my_vars->Gkeyword_plugin)
|
416 | 412 | #define PL_keyword_plugin_mutex (my_vars->Gkeyword_plugin_mutex)
|
|
497 | 493 | #define PL_Guser_def_props_aTHX (my_vars->Guser_def_props_aTHX)
|
498 | 494 | #define PL_user_prop_mutex (my_vars->Guser_prop_mutex)
|
499 | 495 | #define PL_Guser_prop_mutex (my_vars->Guser_prop_mutex)
|
500 |
| -#define PL_utf8_charname_begin (my_vars->Gutf8_charname_begin) |
501 |
| -#define PL_Gutf8_charname_begin (my_vars->Gutf8_charname_begin) |
502 |
| -#define PL_utf8_charname_continue (my_vars->Gutf8_charname_continue) |
503 |
| -#define PL_Gutf8_charname_continue (my_vars->Gutf8_charname_continue) |
504 | 496 | #define PL_utf8_foldclosures (my_vars->Gutf8_foldclosures)
|
505 | 497 | #define PL_Gutf8_foldclosures (my_vars->Gutf8_foldclosures)
|
506 |
| -#define PL_utf8_idcont (my_vars->Gutf8_idcont) |
507 |
| -#define PL_Gutf8_idcont (my_vars->Gutf8_idcont) |
508 |
| -#define PL_utf8_idstart (my_vars->Gutf8_idstart) |
509 |
| -#define PL_Gutf8_idstart (my_vars->Gutf8_idstart) |
510 |
| -#define PL_utf8_mark (my_vars->Gutf8_mark) |
511 |
| -#define PL_Gutf8_mark (my_vars->Gutf8_mark) |
512 |
| -#define PL_utf8_perl_idcont (my_vars->Gutf8_perl_idcont) |
513 |
| -#define PL_Gutf8_perl_idcont (my_vars->Gutf8_perl_idcont) |
514 |
| -#define PL_utf8_perl_idstart (my_vars->Gutf8_perl_idstart) |
515 |
| -#define PL_Gutf8_perl_idstart (my_vars->Gutf8_perl_idstart) |
516 |
| -#define PL_utf8_tofold (my_vars->Gutf8_tofold) |
517 |
| -#define PL_Gutf8_tofold (my_vars->Gutf8_tofold) |
518 |
| -#define PL_utf8_tolower (my_vars->Gutf8_tolower) |
519 |
| -#define PL_Gutf8_tolower (my_vars->Gutf8_tolower) |
520 |
| -#define PL_utf8_tosimplefold (my_vars->Gutf8_tosimplefold) |
521 |
| -#define PL_Gutf8_tosimplefold (my_vars->Gutf8_tosimplefold) |
522 |
| -#define PL_utf8_totitle (my_vars->Gutf8_totitle) |
523 |
| -#define PL_Gutf8_totitle (my_vars->Gutf8_totitle) |
524 |
| -#define PL_utf8_toupper (my_vars->Gutf8_toupper) |
525 |
| -#define PL_Gutf8_toupper (my_vars->Gutf8_toupper) |
526 |
| -#define PL_utf8_xidcont (my_vars->Gutf8_xidcont) |
527 |
| -#define PL_Gutf8_xidcont (my_vars->Gutf8_xidcont) |
528 |
| -#define PL_utf8_xidstart (my_vars->Gutf8_xidstart) |
529 |
| -#define PL_Gutf8_xidstart (my_vars->Gutf8_xidstart) |
530 | 498 | #define PL_veto_cleanup (my_vars->Gveto_cleanup)
|
531 | 499 | #define PL_Gveto_cleanup (my_vars->Gveto_cleanup)
|
532 | 500 | #define PL_watch_pvx (my_vars->Gwatch_pvx)
|
|
0 commit comments