This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: typo
[perl5.git] / embedvar.h
1 /* -*- buffer-read-only: t -*-
2  *
3  *    embedvar.h
4  *
5  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
6  *    2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others
7  *
8  *    You may distribute under the terms of either the GNU General Public
9  *    License or the Artistic License, as specified in the README file.
10  *
11  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
12  * This file is built by regen/embed.pl from data in embed.fnc,
13  * regen/embed.pl, regen/opcodes, intrpvar.h and perlvars.h.
14  * Any changes made here will be lost!
15  *
16  * Edit those files and run 'make regen_headers' to effect changes.
17  */
18
19 /* (Doing namespace management portably in C is really gross.) */
20
21 /*
22    The following combinations of MULTIPLICITY and PERL_IMPLICIT_CONTEXT
23    are supported:
24      1) none
25      2) MULTIPLICITY    # supported for compatibility
26      3) MULTIPLICITY && PERL_IMPLICIT_CONTEXT
27
28    All other combinations of these flags are errors.
29
30    only #3 is supported directly, while #2 is a special
31    case of #3 (supported by redefining vTHX appropriately).
32 */
33
34 #if defined(MULTIPLICITY)
35 /* cases 2 and 3 above */
36
37 #  if defined(PERL_IMPLICIT_CONTEXT)
38 #    define vTHX        aTHX
39 #  else
40 #    define vTHX        PERL_GET_INTERP
41 #  endif
42
43 #define PL_ASCII                (vTHX->IASCII)
44 #define PL_AboveLatin1          (vTHX->IAboveLatin1)
45 #define PL_Argv                 (vTHX->IArgv)
46 #define PL_Cmd                  (vTHX->ICmd)
47 #define PL_DBcv                 (vTHX->IDBcv)
48 #define PL_DBgv                 (vTHX->IDBgv)
49 #define PL_DBline               (vTHX->IDBline)
50 #define PL_DBsignal             (vTHX->IDBsignal)
51 #define PL_DBsingle             (vTHX->IDBsingle)
52 #define PL_DBsub                (vTHX->IDBsub)
53 #define PL_DBtrace              (vTHX->IDBtrace)
54 #define PL_Dir                  (vTHX->IDir)
55 #define PL_Env                  (vTHX->IEnv)
56 #define PL_HasMultiCharFold     (vTHX->IHasMultiCharFold)
57 #define PL_L1Posix_ptrs         (vTHX->IL1Posix_ptrs)
58 #define PL_LIO                  (vTHX->ILIO)
59 #define PL_Latin1               (vTHX->ILatin1)
60 #define PL_Mem                  (vTHX->IMem)
61 #define PL_MemParse             (vTHX->IMemParse)
62 #define PL_MemShared            (vTHX->IMemShared)
63 #define PL_NonL1NonFinalFold    (vTHX->INonL1NonFinalFold)
64 #define PL_Posix_ptrs           (vTHX->IPosix_ptrs)
65 #define PL_Proc                 (vTHX->IProc)
66 #define PL_Sock                 (vTHX->ISock)
67 #define PL_StdIO                (vTHX->IStdIO)
68 #define PL_Sv                   (vTHX->ISv)
69 #define PL_XPosix_ptrs          (vTHX->IXPosix_ptrs)
70 #define PL_Xpv                  (vTHX->IXpv)
71 #define PL_an                   (vTHX->Ian)
72 #define PL_apiversion           (vTHX->Iapiversion)
73 #define PL_argvgv               (vTHX->Iargvgv)
74 #define PL_argvout_stack        (vTHX->Iargvout_stack)
75 #define PL_argvoutgv            (vTHX->Iargvoutgv)
76 #define PL_basetime             (vTHX->Ibasetime)
77 #define PL_beginav              (vTHX->Ibeginav)
78 #define PL_beginav_save         (vTHX->Ibeginav_save)
79 #define PL_blockhooks           (vTHX->Iblockhooks)
80 #define PL_body_arenas          (vTHX->Ibody_arenas)
81 #define PL_body_roots           (vTHX->Ibody_roots)
82 #define PL_bodytarget           (vTHX->Ibodytarget)
83 #define PL_breakable_sub_gen    (vTHX->Ibreakable_sub_gen)
84 #define PL_checkav              (vTHX->Icheckav)
85 #define PL_checkav_save         (vTHX->Icheckav_save)
86 #define PL_chopset              (vTHX->Ichopset)
87 #define PL_clocktick            (vTHX->Iclocktick)
88 #define PL_collation_ix         (vTHX->Icollation_ix)
89 #define PL_collation_name       (vTHX->Icollation_name)
90 #define PL_collation_standard   (vTHX->Icollation_standard)
91 #define PL_collxfrm_base        (vTHX->Icollxfrm_base)
92 #define PL_collxfrm_mult        (vTHX->Icollxfrm_mult)
93 #define PL_colors               (vTHX->Icolors)
94 #define PL_colorset             (vTHX->Icolorset)
95 #define PL_compcv               (vTHX->Icompcv)
96 #define PL_compiling            (vTHX->Icompiling)
97 #define PL_comppad              (vTHX->Icomppad)
98 #define PL_comppad_name         (vTHX->Icomppad_name)
99 #define PL_comppad_name_fill    (vTHX->Icomppad_name_fill)
100 #define PL_comppad_name_floor   (vTHX->Icomppad_name_floor)
101 #define PL_cop_seqmax           (vTHX->Icop_seqmax)
102 #define PL_cryptseen            (vTHX->Icryptseen)
103 #define PL_curcop               (vTHX->Icurcop)
104 #define PL_curcopdb             (vTHX->Icurcopdb)
105 #define PL_curpad               (vTHX->Icurpad)
106 #define PL_curpm                (vTHX->Icurpm)
107 #define PL_curstack             (vTHX->Icurstack)
108 #define PL_curstackinfo         (vTHX->Icurstackinfo)
109 #define PL_curstash             (vTHX->Icurstash)
110 #define PL_curstname            (vTHX->Icurstname)
111 #define PL_custom_op_descs      (vTHX->Icustom_op_descs)
112 #define PL_custom_op_names      (vTHX->Icustom_op_names)
113 #define PL_custom_ops           (vTHX->Icustom_ops)
114 #define PL_cv_has_eval          (vTHX->Icv_has_eval)
115 #define PL_dbargs               (vTHX->Idbargs)
116 #define PL_debstash             (vTHX->Idebstash)
117 #define PL_debug                (vTHX->Idebug)
118 #define PL_debug_pad            (vTHX->Idebug_pad)
119 #define PL_def_layerlist        (vTHX->Idef_layerlist)
120 #define PL_defgv                (vTHX->Idefgv)
121 #define PL_defoutgv             (vTHX->Idefoutgv)
122 #define PL_defstash             (vTHX->Idefstash)
123 #define PL_delaymagic           (vTHX->Idelaymagic)
124 #define PL_delaymagic_egid      (vTHX->Idelaymagic_egid)
125 #define PL_delaymagic_euid      (vTHX->Idelaymagic_euid)
126 #define PL_delaymagic_gid       (vTHX->Idelaymagic_gid)
127 #define PL_delaymagic_uid       (vTHX->Idelaymagic_uid)
128 #define PL_destroyhook          (vTHX->Idestroyhook)
129 #define PL_diehook              (vTHX->Idiehook)
130 #define PL_doswitches           (vTHX->Idoswitches)
131 #define PL_dowarn               (vTHX->Idowarn)
132 #define PL_dumper_fd            (vTHX->Idumper_fd)
133 #define PL_dumpindent           (vTHX->Idumpindent)
134 #define PL_e_script             (vTHX->Ie_script)
135 #define PL_efloatbuf            (vTHX->Iefloatbuf)
136 #define PL_efloatsize           (vTHX->Iefloatsize)
137 #define PL_encoding             (vTHX->Iencoding)
138 #define PL_endav                (vTHX->Iendav)
139 #define PL_envgv                (vTHX->Ienvgv)
140 #define PL_errgv                (vTHX->Ierrgv)
141 #define PL_errors               (vTHX->Ierrors)
142 #define PL_eval_root            (vTHX->Ieval_root)
143 #define PL_eval_start           (vTHX->Ieval_start)
144 #define PL_evalseq              (vTHX->Ievalseq)
145 #define PL_exit_flags           (vTHX->Iexit_flags)
146 #define PL_exitlist             (vTHX->Iexitlist)
147 #define PL_exitlistlen          (vTHX->Iexitlistlen)
148 #define PL_fdpid                (vTHX->Ifdpid)
149 #define PL_filemode             (vTHX->Ifilemode)
150 #define PL_firstgv              (vTHX->Ifirstgv)
151 #define PL_forkprocess          (vTHX->Iforkprocess)
152 #define PL_formtarget           (vTHX->Iformtarget)
153 #define PL_generation           (vTHX->Igeneration)
154 #define PL_gensym               (vTHX->Igensym)
155 #define PL_globalstash          (vTHX->Iglobalstash)
156 #define PL_globhook             (vTHX->Iglobhook)
157 #define PL_hash_rand_bits       (vTHX->Ihash_rand_bits)
158 #define PL_hash_rand_bits_enabled       (vTHX->Ihash_rand_bits_enabled)
159 #define PL_hintgv               (vTHX->Ihintgv)
160 #define PL_hints                (vTHX->Ihints)
161 #define PL_hv_fetch_ent_mh      (vTHX->Ihv_fetch_ent_mh)
162 #define PL_in_clean_all         (vTHX->Iin_clean_all)
163 #define PL_in_clean_objs        (vTHX->Iin_clean_objs)
164 #define PL_in_eval              (vTHX->Iin_eval)
165 #define PL_in_load_module       (vTHX->Iin_load_module)
166 #define PL_incgv                (vTHX->Iincgv)
167 #define PL_initav               (vTHX->Iinitav)
168 #define PL_inplace              (vTHX->Iinplace)
169 #define PL_isarev               (vTHX->Iisarev)
170 #define PL_known_layers         (vTHX->Iknown_layers)
171 #define PL_last_in_gv           (vTHX->Ilast_in_gv)
172 #define PL_last_swash_hv        (vTHX->Ilast_swash_hv)
173 #define PL_last_swash_key       (vTHX->Ilast_swash_key)
174 #define PL_last_swash_klen      (vTHX->Ilast_swash_klen)
175 #define PL_last_swash_slen      (vTHX->Ilast_swash_slen)
176 #define PL_last_swash_tmps      (vTHX->Ilast_swash_tmps)
177 #define PL_lastfd               (vTHX->Ilastfd)
178 #define PL_lastgotoprobe        (vTHX->Ilastgotoprobe)
179 #define PL_laststatval          (vTHX->Ilaststatval)
180 #define PL_laststype            (vTHX->Ilaststype)
181 #define PL_localizing           (vTHX->Ilocalizing)
182 #define PL_localpatches         (vTHX->Ilocalpatches)
183 #define PL_lockhook             (vTHX->Ilockhook)
184 #define PL_madskills            (vTHX->Imadskills)
185 #define PL_main_cv              (vTHX->Imain_cv)
186 #define PL_main_root            (vTHX->Imain_root)
187 #define PL_main_start           (vTHX->Imain_start)
188 #define PL_mainstack            (vTHX->Imainstack)
189 #define PL_markstack            (vTHX->Imarkstack)
190 #define PL_markstack_max        (vTHX->Imarkstack_max)
191 #define PL_markstack_ptr        (vTHX->Imarkstack_ptr)
192 #define PL_max_intro_pending    (vTHX->Imax_intro_pending)
193 #define PL_maxo                 (vTHX->Imaxo)
194 #define PL_maxsysfd             (vTHX->Imaxsysfd)
195 #define PL_memory_debug_header  (vTHX->Imemory_debug_header)
196 #define PL_mess_sv              (vTHX->Imess_sv)
197 #define PL_min_intro_pending    (vTHX->Imin_intro_pending)
198 #define PL_minus_E              (vTHX->Iminus_E)
199 #define PL_minus_F              (vTHX->Iminus_F)
200 #define PL_minus_a              (vTHX->Iminus_a)
201 #define PL_minus_c              (vTHX->Iminus_c)
202 #define PL_minus_l              (vTHX->Iminus_l)
203 #define PL_minus_n              (vTHX->Iminus_n)
204 #define PL_minus_p              (vTHX->Iminus_p)
205 #define PL_modcount             (vTHX->Imodcount)
206 #define PL_modglobal            (vTHX->Imodglobal)
207 #define PL_my_cxt_keys          (vTHX->Imy_cxt_keys)
208 #define PL_my_cxt_list          (vTHX->Imy_cxt_list)
209 #define PL_my_cxt_size          (vTHX->Imy_cxt_size)
210 #define PL_na                   (vTHX->Ina)
211 #define PL_nomemok              (vTHX->Inomemok)
212 #define PL_numeric_local        (vTHX->Inumeric_local)
213 #define PL_numeric_name         (vTHX->Inumeric_name)
214 #define PL_numeric_radix_sv     (vTHX->Inumeric_radix_sv)
215 #define PL_numeric_standard     (vTHX->Inumeric_standard)
216 #define PL_ofsgv                (vTHX->Iofsgv)
217 #define PL_oldname              (vTHX->Ioldname)
218 #define PL_op                   (vTHX->Iop)
219 #define PL_op_mask              (vTHX->Iop_mask)
220 #define PL_opfreehook           (vTHX->Iopfreehook)
221 #define PL_opsave               (vTHX->Iopsave)
222 #define PL_origalen             (vTHX->Iorigalen)
223 #define PL_origargc             (vTHX->Iorigargc)
224 #define PL_origargv             (vTHX->Iorigargv)
225 #define PL_origenviron          (vTHX->Iorigenviron)
226 #define PL_origfilename         (vTHX->Iorigfilename)
227 #define PL_ors_sv               (vTHX->Iors_sv)
228 #define PL_osname               (vTHX->Iosname)
229 #define PL_pad_reset_pending    (vTHX->Ipad_reset_pending)
230 #define PL_padix                (vTHX->Ipadix)
231 #define PL_padix_floor          (vTHX->Ipadix_floor)
232 #define PL_parser               (vTHX->Iparser)
233 #define PL_patchlevel           (vTHX->Ipatchlevel)
234 #define PL_peepp                (vTHX->Ipeepp)
235 #define PL_perl_destruct_level  (vTHX->Iperl_destruct_level)
236 #define PL_perldb               (vTHX->Iperldb)
237 #define PL_perlio               (vTHX->Iperlio)
238 #define PL_phase                (vTHX->Iphase)
239 #define PL_pidstatus            (vTHX->Ipidstatus)
240 #define PL_preambleav           (vTHX->Ipreambleav)
241 #define PL_profiledata          (vTHX->Iprofiledata)
242 #define PL_psig_name            (vTHX->Ipsig_name)
243 #define PL_psig_pend            (vTHX->Ipsig_pend)
244 #define PL_psig_ptr             (vTHX->Ipsig_ptr)
245 #define PL_ptr_table            (vTHX->Iptr_table)
246 #define PL_reentrant_buffer     (vTHX->Ireentrant_buffer)
247 #define PL_reentrant_retint     (vTHX->Ireentrant_retint)
248 #define PL_reg_curpm            (vTHX->Ireg_curpm)
249 #define PL_regex_pad            (vTHX->Iregex_pad)
250 #define PL_regex_padav          (vTHX->Iregex_padav)
251 #define PL_registered_mros      (vTHX->Iregistered_mros)
252 #define PL_regmatch_slab        (vTHX->Iregmatch_slab)
253 #define PL_regmatch_state       (vTHX->Iregmatch_state)
254 #define PL_replgv               (vTHX->Ireplgv)
255 #define PL_restartjmpenv        (vTHX->Irestartjmpenv)
256 #define PL_restartop            (vTHX->Irestartop)
257 #define PL_rpeepp               (vTHX->Irpeepp)
258 #define PL_rs                   (vTHX->Irs)
259 #define PL_runops               (vTHX->Irunops)
260 #define PL_savebegin            (vTHX->Isavebegin)
261 #define PL_savestack            (vTHX->Isavestack)
262 #define PL_savestack_ix         (vTHX->Isavestack_ix)
263 #define PL_savestack_max        (vTHX->Isavestack_max)
264 #ifndef PL_sawampersand
265 #define PL_sawampersand         (vTHX->Isawampersand)
266 #endif
267 #define PL_scopestack           (vTHX->Iscopestack)
268 #define PL_scopestack_ix        (vTHX->Iscopestack_ix)
269 #define PL_scopestack_max       (vTHX->Iscopestack_max)
270 #define PL_scopestack_name      (vTHX->Iscopestack_name)
271 #define PL_secondgv             (vTHX->Isecondgv)
272 #define PL_sharehook            (vTHX->Isharehook)
273 #define PL_sig_pending          (vTHX->Isig_pending)
274 #define PL_sighandlerp          (vTHX->Isighandlerp)
275 #define PL_signalhook           (vTHX->Isignalhook)
276 #define PL_signals              (vTHX->Isignals)
277 #define PL_sort_RealCmp         (vTHX->Isort_RealCmp)
278 #define PL_sortcop              (vTHX->Isortcop)
279 #define PL_sortstash            (vTHX->Isortstash)
280 #define PL_splitstr             (vTHX->Isplitstr)
281 #define PL_srand_called         (vTHX->Isrand_called)
282 #define PL_stack_base           (vTHX->Istack_base)
283 #define PL_stack_max            (vTHX->Istack_max)
284 #define PL_stack_sp             (vTHX->Istack_sp)
285 #define PL_start_env            (vTHX->Istart_env)
286 #define PL_stashcache           (vTHX->Istashcache)
287 #define PL_stashpad             (vTHX->Istashpad)
288 #define PL_stashpadix           (vTHX->Istashpadix)
289 #define PL_stashpadmax          (vTHX->Istashpadmax)
290 #define PL_statbuf              (vTHX->Istatbuf)
291 #define PL_statcache            (vTHX->Istatcache)
292 #define PL_statgv               (vTHX->Istatgv)
293 #define PL_statname             (vTHX->Istatname)
294 #define PL_statusvalue          (vTHX->Istatusvalue)
295 #define PL_statusvalue_posix    (vTHX->Istatusvalue_posix)
296 #define PL_statusvalue_vms      (vTHX->Istatusvalue_vms)
297 #define PL_stderrgv             (vTHX->Istderrgv)
298 #define PL_stdingv              (vTHX->Istdingv)
299 #define PL_strtab               (vTHX->Istrtab)
300 #define PL_sub_generation       (vTHX->Isub_generation)
301 #define PL_subline              (vTHX->Isubline)
302 #define PL_subname              (vTHX->Isubname)
303 #define PL_sv_arenaroot         (vTHX->Isv_arenaroot)
304 #define PL_sv_count             (vTHX->Isv_count)
305 #define PL_sv_no                (vTHX->Isv_no)
306 #define PL_sv_objcount          (vTHX->Isv_objcount)
307 #define PL_sv_root              (vTHX->Isv_root)
308 #define PL_sv_serial            (vTHX->Isv_serial)
309 #define PL_sv_undef             (vTHX->Isv_undef)
310 #define PL_sv_yes               (vTHX->Isv_yes)
311 #define PL_sys_intern           (vTHX->Isys_intern)
312 #define PL_taint_warn           (vTHX->Itaint_warn)
313 #define PL_tainted              (vTHX->Itainted)
314 #define PL_tainting             (vTHX->Itainting)
315 #define PL_threadhook           (vTHX->Ithreadhook)
316 #define PL_timesbuf             (vTHX->Itimesbuf)
317 #define PL_tmps_floor           (vTHX->Itmps_floor)
318 #define PL_tmps_ix              (vTHX->Itmps_ix)
319 #define PL_tmps_max             (vTHX->Itmps_max)
320 #define PL_tmps_stack           (vTHX->Itmps_stack)
321 #define PL_top_env              (vTHX->Itop_env)
322 #define PL_toptarget            (vTHX->Itoptarget)
323 #define PL_unicode              (vTHX->Iunicode)
324 #define PL_unitcheckav          (vTHX->Iunitcheckav)
325 #define PL_unitcheckav_save     (vTHX->Iunitcheckav_save)
326 #define PL_unlockhook           (vTHX->Iunlockhook)
327 #define PL_unsafe               (vTHX->Iunsafe)
328 #define PL_utf8_X_extend        (vTHX->Iutf8_X_extend)
329 #define PL_utf8_X_regular_begin (vTHX->Iutf8_X_regular_begin)
330 #define PL_utf8_charname_begin  (vTHX->Iutf8_charname_begin)
331 #define PL_utf8_charname_continue       (vTHX->Iutf8_charname_continue)
332 #define PL_utf8_foldable        (vTHX->Iutf8_foldable)
333 #define PL_utf8_foldclosures    (vTHX->Iutf8_foldclosures)
334 #define PL_utf8_idcont          (vTHX->Iutf8_idcont)
335 #define PL_utf8_idstart         (vTHX->Iutf8_idstart)
336 #define PL_utf8_mark            (vTHX->Iutf8_mark)
337 #define PL_utf8_perl_idcont     (vTHX->Iutf8_perl_idcont)
338 #define PL_utf8_perl_idstart    (vTHX->Iutf8_perl_idstart)
339 #define PL_utf8_swash_ptrs      (vTHX->Iutf8_swash_ptrs)
340 #define PL_utf8_tofold          (vTHX->Iutf8_tofold)
341 #define PL_utf8_tolower         (vTHX->Iutf8_tolower)
342 #define PL_utf8_totitle         (vTHX->Iutf8_totitle)
343 #define PL_utf8_toupper         (vTHX->Iutf8_toupper)
344 #define PL_utf8_xidcont         (vTHX->Iutf8_xidcont)
345 #define PL_utf8_xidstart        (vTHX->Iutf8_xidstart)
346 #define PL_utf8cache            (vTHX->Iutf8cache)
347 #define PL_utf8locale           (vTHX->Iutf8locale)
348 #define PL_warnhook             (vTHX->Iwarnhook)
349 #define PL_watchaddr            (vTHX->Iwatchaddr)
350 #define PL_watchok              (vTHX->Iwatchok)
351 #define PL_xmlfp                (vTHX->Ixmlfp)
352
353 #endif  /* MULTIPLICITY */
354
355 #if defined(PERL_GLOBAL_STRUCT)
356
357 #define PL_appctx               (my_vars->Gappctx)
358 #define PL_Gappctx              (my_vars->Gappctx)
359 #define PL_check                (my_vars->Gcheck)
360 #define PL_Gcheck               (my_vars->Gcheck)
361 #define PL_check_mutex          (my_vars->Gcheck_mutex)
362 #define PL_Gcheck_mutex         (my_vars->Gcheck_mutex)
363 #define PL_csighandlerp         (my_vars->Gcsighandlerp)
364 #define PL_Gcsighandlerp        (my_vars->Gcsighandlerp)
365 #define PL_curinterp            (my_vars->Gcurinterp)
366 #define PL_Gcurinterp           (my_vars->Gcurinterp)
367 #define PL_do_undump            (my_vars->Gdo_undump)
368 #define PL_Gdo_undump           (my_vars->Gdo_undump)
369 #define PL_dollarzero_mutex     (my_vars->Gdollarzero_mutex)
370 #define PL_Gdollarzero_mutex    (my_vars->Gdollarzero_mutex)
371 #define PL_fold_locale          (my_vars->Gfold_locale)
372 #define PL_Gfold_locale         (my_vars->Gfold_locale)
373 #define PL_hash_seed            (my_vars->Ghash_seed)
374 #define PL_Ghash_seed           (my_vars->Ghash_seed)
375 #define PL_hash_seed_set        (my_vars->Ghash_seed_set)
376 #define PL_Ghash_seed_set       (my_vars->Ghash_seed_set)
377 #define PL_hints_mutex          (my_vars->Ghints_mutex)
378 #define PL_Ghints_mutex         (my_vars->Ghints_mutex)
379 #define PL_keyword_plugin       (my_vars->Gkeyword_plugin)
380 #define PL_Gkeyword_plugin      (my_vars->Gkeyword_plugin)
381 #define PL_malloc_mutex         (my_vars->Gmalloc_mutex)
382 #define PL_Gmalloc_mutex        (my_vars->Gmalloc_mutex)
383 #define PL_mmap_page_size       (my_vars->Gmmap_page_size)
384 #define PL_Gmmap_page_size      (my_vars->Gmmap_page_size)
385 #define PL_my_ctx_mutex         (my_vars->Gmy_ctx_mutex)
386 #define PL_Gmy_ctx_mutex        (my_vars->Gmy_ctx_mutex)
387 #define PL_my_cxt_index         (my_vars->Gmy_cxt_index)
388 #define PL_Gmy_cxt_index        (my_vars->Gmy_cxt_index)
389 #define PL_op_mutex             (my_vars->Gop_mutex)
390 #define PL_Gop_mutex            (my_vars->Gop_mutex)
391 #define PL_op_seq               (my_vars->Gop_seq)
392 #define PL_Gop_seq              (my_vars->Gop_seq)
393 #define PL_op_sequence          (my_vars->Gop_sequence)
394 #define PL_Gop_sequence         (my_vars->Gop_sequence)
395 #define PL_perlio_debug_fd      (my_vars->Gperlio_debug_fd)
396 #define PL_Gperlio_debug_fd     (my_vars->Gperlio_debug_fd)
397 #define PL_perlio_fd_refcnt     (my_vars->Gperlio_fd_refcnt)
398 #define PL_Gperlio_fd_refcnt    (my_vars->Gperlio_fd_refcnt)
399 #define PL_perlio_fd_refcnt_size        (my_vars->Gperlio_fd_refcnt_size)
400 #define PL_Gperlio_fd_refcnt_size       (my_vars->Gperlio_fd_refcnt_size)
401 #define PL_perlio_mutex         (my_vars->Gperlio_mutex)
402 #define PL_Gperlio_mutex        (my_vars->Gperlio_mutex)
403 #define PL_ppaddr               (my_vars->Gppaddr)
404 #define PL_Gppaddr              (my_vars->Gppaddr)
405 #ifdef OS2
406 #define PL_sh_path              (my_vars->Gsh_path)
407 #define PL_Gsh_path             (my_vars->Gsh_path)
408 #endif
409 #define PL_sig_defaulting       (my_vars->Gsig_defaulting)
410 #define PL_Gsig_defaulting      (my_vars->Gsig_defaulting)
411 #define PL_sig_handlers_initted (my_vars->Gsig_handlers_initted)
412 #define PL_Gsig_handlers_initted        (my_vars->Gsig_handlers_initted)
413 #define PL_sig_ignoring         (my_vars->Gsig_ignoring)
414 #define PL_Gsig_ignoring        (my_vars->Gsig_ignoring)
415 #define PL_sig_trapped          (my_vars->Gsig_trapped)
416 #define PL_Gsig_trapped         (my_vars->Gsig_trapped)
417 #define PL_sigfpe_saved         (my_vars->Gsigfpe_saved)
418 #define PL_Gsigfpe_saved        (my_vars->Gsigfpe_saved)
419 #define PL_sv_placeholder       (my_vars->Gsv_placeholder)
420 #define PL_Gsv_placeholder      (my_vars->Gsv_placeholder)
421 #define PL_thr_key              (my_vars->Gthr_key)
422 #define PL_Gthr_key             (my_vars->Gthr_key)
423 #define PL_timesbase            (my_vars->Gtimesbase)
424 #define PL_Gtimesbase           (my_vars->Gtimesbase)
425 #define PL_use_safe_putenv      (my_vars->Guse_safe_putenv)
426 #define PL_Guse_safe_putenv     (my_vars->Guse_safe_putenv)
427 #define PL_veto_cleanup         (my_vars->Gveto_cleanup)
428 #define PL_Gveto_cleanup        (my_vars->Gveto_cleanup)
429 #define PL_watch_pvx            (my_vars->Gwatch_pvx)
430 #define PL_Gwatch_pvx           (my_vars->Gwatch_pvx)
431
432 #endif /* PERL_GLOBAL_STRUCT */
433
434 /* ex: set ro: */