1 /* -*- buffer-read-only: t -*-
5 * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
6 * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
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.
11 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
12 * This file is built by embed.pl from data in embed.fnc, embed.pl,
13 * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
14 * Any changes made here will be lost!
16 * Edit those files and run 'make regen_headers' to effect changes.
19 /* (Doing namespace management portably in C is really gross.) */
22 The following combinations of MULTIPLICITY and PERL_IMPLICIT_CONTEXT
25 2) MULTIPLICITY # supported for compatibility
26 3) MULTIPLICITY && PERL_IMPLICIT_CONTEXT
28 All other combinations of these flags are errors.
30 only #3 is supported directly, while #2 is a special
31 case of #3 (supported by redefining vTHX appropriately).
34 #if defined(MULTIPLICITY)
35 /* cases 2 and 3 above */
37 # if defined(PERL_IMPLICIT_CONTEXT)
40 # define vTHX PERL_GET_INTERP
43 #define PL_Sv (vTHX->TSv)
44 #define PL_Xpv (vTHX->TXpv)
45 #define PL_av_fetch_sv (vTHX->Tav_fetch_sv)
46 #define PL_bodytarget (vTHX->Tbodytarget)
47 #define PL_chopset (vTHX->Tchopset)
48 #define PL_colors (vTHX->Tcolors)
49 #define PL_colorset (vTHX->Tcolorset)
50 #define PL_curcop (vTHX->Tcurcop)
51 #define PL_curpad (vTHX->Tcurpad)
52 #define PL_curpm (vTHX->Tcurpm)
53 #define PL_curstack (vTHX->Tcurstack)
54 #define PL_curstackinfo (vTHX->Tcurstackinfo)
55 #define PL_curstash (vTHX->Tcurstash)
56 #define PL_defoutgv (vTHX->Tdefoutgv)
57 #define PL_defstash (vTHX->Tdefstash)
58 #define PL_delaymagic (vTHX->Tdelaymagic)
59 #define PL_dirty (vTHX->Tdirty)
60 #define PL_dumpindent (vTHX->Tdumpindent)
61 #define PL_efloatbuf (vTHX->Tefloatbuf)
62 #define PL_efloatsize (vTHX->Tefloatsize)
63 #define PL_errors (vTHX->Terrors)
64 #define PL_firstgv (vTHX->Tfirstgv)
65 #define PL_formtarget (vTHX->Tformtarget)
66 #define PL_hv_fetch_ent_mh (vTHX->Thv_fetch_ent_mh)
67 #define PL_hv_fetch_sv (vTHX->Thv_fetch_sv)
68 #define PL_in_eval (vTHX->Tin_eval)
69 #define PL_last_in_gv (vTHX->Tlast_in_gv)
70 #define PL_lastgotoprobe (vTHX->Tlastgotoprobe)
71 #define PL_lastscream (vTHX->Tlastscream)
72 #define PL_localizing (vTHX->Tlocalizing)
73 #define PL_mainstack (vTHX->Tmainstack)
74 #define PL_markstack (vTHX->Tmarkstack)
75 #define PL_markstack_max (vTHX->Tmarkstack_max)
76 #define PL_markstack_ptr (vTHX->Tmarkstack_ptr)
77 #define PL_maxscream (vTHX->Tmaxscream)
78 #define PL_modcount (vTHX->Tmodcount)
79 #define PL_na (vTHX->Tna)
80 #define PL_ofs_sv (vTHX->Tofs_sv)
81 #define PL_op (vTHX->Top)
82 #define PL_opsave (vTHX->Topsave)
83 #define PL_peepp (vTHX->Tpeepp)
84 #define PL_reg_state (vTHX->Treg_state)
85 #define PL_regdummy (vTHX->Tregdummy)
86 #define PL_reginterp_cnt (vTHX->Treginterp_cnt)
87 #define PL_regmatch_slab (vTHX->Tregmatch_slab)
88 #define PL_regmatch_state (vTHX->Tregmatch_state)
89 #define PL_restartop (vTHX->Trestartop)
90 #define PL_rs (vTHX->Trs)
91 #define PL_savestack (vTHX->Tsavestack)
92 #define PL_savestack_ix (vTHX->Tsavestack_ix)
93 #define PL_savestack_max (vTHX->Tsavestack_max)
94 #define PL_scopestack (vTHX->Tscopestack)
95 #define PL_scopestack_ix (vTHX->Tscopestack_ix)
96 #define PL_scopestack_max (vTHX->Tscopestack_max)
97 #define PL_screamfirst (vTHX->Tscreamfirst)
98 #define PL_screamnext (vTHX->Tscreamnext)
99 #define PL_secondgv (vTHX->Tsecondgv)
100 #define PL_sortcop (vTHX->Tsortcop)
101 #define PL_sortstash (vTHX->Tsortstash)
102 #define PL_stack_base (vTHX->Tstack_base)
103 #define PL_stack_max (vTHX->Tstack_max)
104 #define PL_stack_sp (vTHX->Tstack_sp)
105 #define PL_start_env (vTHX->Tstart_env)
106 #define PL_statbuf (vTHX->Tstatbuf)
107 #define PL_statcache (vTHX->Tstatcache)
108 #define PL_statgv (vTHX->Tstatgv)
109 #define PL_statname (vTHX->Tstatname)
110 #define PL_tainted (vTHX->Ttainted)
111 #define PL_timesbuf (vTHX->Ttimesbuf)
112 #define PL_tmps_floor (vTHX->Ttmps_floor)
113 #define PL_tmps_ix (vTHX->Ttmps_ix)
114 #define PL_tmps_max (vTHX->Ttmps_max)
115 #define PL_tmps_stack (vTHX->Ttmps_stack)
116 #define PL_top_env (vTHX->Ttop_env)
117 #define PL_toptarget (vTHX->Ttoptarget)
118 #define PL_watchaddr (vTHX->Twatchaddr)
119 #define PL_watchok (vTHX->Twatchok)
121 /* cases 2 and 3 above */
123 #define PL_Argv (vTHX->IArgv)
124 #define PL_Cmd (vTHX->ICmd)
125 #define PL_DBassertion (vTHX->IDBassertion)
126 #define PL_DBcv (vTHX->IDBcv)
127 #define PL_DBgv (vTHX->IDBgv)
128 #define PL_DBline (vTHX->IDBline)
129 #define PL_DBsignal (vTHX->IDBsignal)
130 #define PL_DBsingle (vTHX->IDBsingle)
131 #define PL_DBsub (vTHX->IDBsub)
132 #define PL_DBtrace (vTHX->IDBtrace)
133 #define PL_Dir (vTHX->IDir)
134 #define PL_Env (vTHX->IEnv)
135 #define PL_LIO (vTHX->ILIO)
136 #define PL_Mem (vTHX->IMem)
137 #define PL_MemParse (vTHX->IMemParse)
138 #define PL_MemShared (vTHX->IMemShared)
139 #define PL_OpPtr (vTHX->IOpPtr)
140 #define PL_OpSlab (vTHX->IOpSlab)
141 #define PL_OpSpace (vTHX->IOpSpace)
142 #define PL_Proc (vTHX->IProc)
143 #define PL_Sock (vTHX->ISock)
144 #define PL_StdIO (vTHX->IStdIO)
145 #define PL_amagic_generation (vTHX->Iamagic_generation)
146 #define PL_an (vTHX->Ian)
147 #define PL_argvgv (vTHX->Iargvgv)
148 #define PL_argvout_stack (vTHX->Iargvout_stack)
149 #define PL_argvoutgv (vTHX->Iargvoutgv)
150 #define PL_basetime (vTHX->Ibasetime)
151 #define PL_beginav (vTHX->Ibeginav)
152 #define PL_beginav_save (vTHX->Ibeginav_save)
153 #define PL_bitcount (vTHX->Ibitcount)
154 #define PL_body_arenas (vTHX->Ibody_arenas)
155 #define PL_body_roots (vTHX->Ibody_roots)
156 #define PL_bufend (vTHX->Ibufend)
157 #define PL_bufptr (vTHX->Ibufptr)
158 #define PL_checkav (vTHX->Icheckav)
159 #define PL_checkav_save (vTHX->Icheckav_save)
160 #define PL_clocktick (vTHX->Iclocktick)
161 #define PL_collation_ix (vTHX->Icollation_ix)
162 #define PL_collation_name (vTHX->Icollation_name)
163 #define PL_collation_standard (vTHX->Icollation_standard)
164 #define PL_collxfrm_base (vTHX->Icollxfrm_base)
165 #define PL_collxfrm_mult (vTHX->Icollxfrm_mult)
166 #define PL_compcv (vTHX->Icompcv)
167 #define PL_compiling (vTHX->Icompiling)
168 #define PL_comppad (vTHX->Icomppad)
169 #define PL_comppad_name (vTHX->Icomppad_name)
170 #define PL_comppad_name_fill (vTHX->Icomppad_name_fill)
171 #define PL_comppad_name_floor (vTHX->Icomppad_name_floor)
172 #define PL_cop_seqmax (vTHX->Icop_seqmax)
173 #define PL_copline (vTHX->Icopline)
174 #define PL_cryptseen (vTHX->Icryptseen)
175 #define PL_cshlen (vTHX->Icshlen)
176 #define PL_cshname (vTHX->Icshname)
177 #define PL_curcopdb (vTHX->Icurcopdb)
178 #define PL_curforce (vTHX->Icurforce)
179 #define PL_curstname (vTHX->Icurstname)
180 #define PL_custom_op_descs (vTHX->Icustom_op_descs)
181 #define PL_custom_op_names (vTHX->Icustom_op_names)
182 #define PL_cv_has_eval (vTHX->Icv_has_eval)
183 #define PL_dbargs (vTHX->Idbargs)
184 #define PL_debstash (vTHX->Idebstash)
185 #define PL_debug (vTHX->Idebug)
186 #define PL_debug_pad (vTHX->Idebug_pad)
187 #define PL_def_layerlist (vTHX->Idef_layerlist)
188 #define PL_defgv (vTHX->Idefgv)
189 #define PL_diehook (vTHX->Idiehook)
190 #define PL_doextract (vTHX->Idoextract)
191 #define PL_doswitches (vTHX->Idoswitches)
192 #define PL_dowarn (vTHX->Idowarn)
193 #define PL_dumper_fd (vTHX->Idumper_fd)
194 #define PL_e_script (vTHX->Ie_script)
195 #define PL_egid (vTHX->Iegid)
196 #define PL_encoding (vTHX->Iencoding)
197 #define PL_endav (vTHX->Iendav)
198 #define PL_envgv (vTHX->Ienvgv)
199 #define PL_errgv (vTHX->Ierrgv)
200 #define PL_error_count (vTHX->Ierror_count)
201 #define PL_euid (vTHX->Ieuid)
202 #define PL_eval_root (vTHX->Ieval_root)
203 #define PL_eval_start (vTHX->Ieval_start)
204 #define PL_evalseq (vTHX->Ievalseq)
205 #define PL_exit_flags (vTHX->Iexit_flags)
206 #define PL_exitlist (vTHX->Iexitlist)
207 #define PL_exitlistlen (vTHX->Iexitlistlen)
208 #define PL_expect (vTHX->Iexpect)
209 #define PL_fdpid (vTHX->Ifdpid)
210 #define PL_filemode (vTHX->Ifilemode)
211 #define PL_forkprocess (vTHX->Iforkprocess)
212 #define PL_formfeed (vTHX->Iformfeed)
213 #define PL_generation (vTHX->Igeneration)
214 #define PL_gensym (vTHX->Igensym)
215 #define PL_gid (vTHX->Igid)
216 #define PL_glob_index (vTHX->Iglob_index)
217 #define PL_globalstash (vTHX->Iglobalstash)
218 #define PL_hash_seed (vTHX->Ihash_seed)
219 #define PL_hash_seed_set (vTHX->Ihash_seed_set)
220 #define PL_hintgv (vTHX->Ihintgv)
221 #define PL_hints (vTHX->Ihints)
222 #define PL_in_clean_all (vTHX->Iin_clean_all)
223 #define PL_in_clean_objs (vTHX->Iin_clean_objs)
224 #define PL_in_load_module (vTHX->Iin_load_module)
225 #define PL_in_my (vTHX->Iin_my)
226 #define PL_in_my_stash (vTHX->Iin_my_stash)
227 #define PL_incgv (vTHX->Iincgv)
228 #define PL_initav (vTHX->Iinitav)
229 #define PL_inplace (vTHX->Iinplace)
230 #define PL_known_layers (vTHX->Iknown_layers)
231 #define PL_last_lop (vTHX->Ilast_lop)
232 #define PL_last_lop_op (vTHX->Ilast_lop_op)
233 #define PL_last_swash_hv (vTHX->Ilast_swash_hv)
234 #define PL_last_swash_key (vTHX->Ilast_swash_key)
235 #define PL_last_swash_klen (vTHX->Ilast_swash_klen)
236 #define PL_last_swash_slen (vTHX->Ilast_swash_slen)
237 #define PL_last_swash_tmps (vTHX->Ilast_swash_tmps)
238 #define PL_last_uni (vTHX->Ilast_uni)
239 #define PL_lastfd (vTHX->Ilastfd)
240 #define PL_laststatval (vTHX->Ilaststatval)
241 #define PL_laststype (vTHX->Ilaststype)
242 #define PL_lex_state (vTHX->Ilex_state)
243 #define PL_lineary (vTHX->Ilineary)
244 #define PL_linestart (vTHX->Ilinestart)
245 #define PL_linestr (vTHX->Ilinestr)
246 #define PL_localpatches (vTHX->Ilocalpatches)
247 #define PL_lockhook (vTHX->Ilockhook)
248 #define PL_madskills (vTHX->Imadskills)
249 #define PL_main_cv (vTHX->Imain_cv)
250 #define PL_main_root (vTHX->Imain_root)
251 #define PL_main_start (vTHX->Imain_start)
252 #define PL_max_intro_pending (vTHX->Imax_intro_pending)
253 #define PL_maxo (vTHX->Imaxo)
254 #define PL_maxsysfd (vTHX->Imaxsysfd)
255 #define PL_memory_debug_header (vTHX->Imemory_debug_header)
256 #define PL_mess_sv (vTHX->Imess_sv)
257 #define PL_min_intro_pending (vTHX->Imin_intro_pending)
258 #define PL_minus_E (vTHX->Iminus_E)
259 #define PL_minus_F (vTHX->Iminus_F)
260 #define PL_minus_a (vTHX->Iminus_a)
261 #define PL_minus_c (vTHX->Iminus_c)
262 #define PL_minus_l (vTHX->Iminus_l)
263 #define PL_minus_n (vTHX->Iminus_n)
264 #define PL_minus_p (vTHX->Iminus_p)
265 #define PL_modglobal (vTHX->Imodglobal)
266 #define PL_multi_end (vTHX->Imulti_end)
267 #define PL_my_cxt_keys (vTHX->Imy_cxt_keys)
268 #define PL_my_cxt_list (vTHX->Imy_cxt_list)
269 #define PL_my_cxt_size (vTHX->Imy_cxt_size)
270 #define PL_nexttoke (vTHX->Inexttoke)
271 #define PL_nexttype (vTHX->Inexttype)
272 #define PL_nextval (vTHX->Inextval)
273 #define PL_nice_chunk (vTHX->Inice_chunk)
274 #define PL_nice_chunk_size (vTHX->Inice_chunk_size)
275 #define PL_nomemok (vTHX->Inomemok)
276 #define PL_numeric_compat1 (vTHX->Inumeric_compat1)
277 #define PL_numeric_local (vTHX->Inumeric_local)
278 #define PL_numeric_name (vTHX->Inumeric_name)
279 #define PL_numeric_radix_sv (vTHX->Inumeric_radix_sv)
280 #define PL_numeric_standard (vTHX->Inumeric_standard)
281 #define PL_oldbufptr (vTHX->Ioldbufptr)
282 #define PL_oldname (vTHX->Ioldname)
283 #define PL_oldoldbufptr (vTHX->Ioldoldbufptr)
284 #define PL_op_mask (vTHX->Iop_mask)
285 #define PL_origalen (vTHX->Iorigalen)
286 #define PL_origargc (vTHX->Iorigargc)
287 #define PL_origargv (vTHX->Iorigargv)
288 #define PL_origenviron (vTHX->Iorigenviron)
289 #define PL_origfilename (vTHX->Iorigfilename)
290 #define PL_ors_sv (vTHX->Iors_sv)
291 #define PL_osname (vTHX->Iosname)
292 #define PL_pad_reset_pending (vTHX->Ipad_reset_pending)
293 #define PL_padix (vTHX->Ipadix)
294 #define PL_padix_floor (vTHX->Ipadix_floor)
295 #define PL_parser (vTHX->Iparser)
296 #define PL_patchlevel (vTHX->Ipatchlevel)
297 #define PL_perl_destruct_level (vTHX->Iperl_destruct_level)
298 #define PL_perldb (vTHX->Iperldb)
299 #define PL_perlio (vTHX->Iperlio)
300 #define PL_pidstatus (vTHX->Ipidstatus)
301 #define PL_ppid (vTHX->Ippid)
302 #define PL_preambleav (vTHX->Ipreambleav)
303 #define PL_preprocess (vTHX->Ipreprocess)
304 #define PL_profiledata (vTHX->Iprofiledata)
305 #define PL_psig_name (vTHX->Ipsig_name)
306 #define PL_psig_pend (vTHX->Ipsig_pend)
307 #define PL_psig_ptr (vTHX->Ipsig_ptr)
308 #define PL_ptr_table (vTHX->Iptr_table)
309 #define PL_reentrant_buffer (vTHX->Ireentrant_buffer)
310 #define PL_reentrant_retint (vTHX->Ireentrant_retint)
311 #define PL_regex_pad (vTHX->Iregex_pad)
312 #define PL_regex_padav (vTHX->Iregex_padav)
313 #define PL_rehash_seed (vTHX->Irehash_seed)
314 #define PL_rehash_seed_set (vTHX->Irehash_seed_set)
315 #define PL_replgv (vTHX->Ireplgv)
316 #define PL_rsfp (vTHX->Irsfp)
317 #define PL_rsfp_filters (vTHX->Irsfp_filters)
318 #define PL_runops (vTHX->Irunops)
319 #define PL_runops_dbg (vTHX->Irunops_dbg)
320 #define PL_runops_std (vTHX->Irunops_std)
321 #define PL_savebegin (vTHX->Isavebegin)
322 #define PL_sawampersand (vTHX->Isawampersand)
323 #define PL_sharehook (vTHX->Isharehook)
324 #define PL_sig_pending (vTHX->Isig_pending)
325 #define PL_sighandlerp (vTHX->Isighandlerp)
326 #define PL_signals (vTHX->Isignals)
327 #define PL_sort_RealCmp (vTHX->Isort_RealCmp)
328 #define PL_splitstr (vTHX->Isplitstr)
329 #define PL_srand_called (vTHX->Isrand_called)
330 #define PL_stashcache (vTHX->Istashcache)
331 #define PL_statusvalue (vTHX->Istatusvalue)
332 #define PL_statusvalue_posix (vTHX->Istatusvalue_posix)
333 #define PL_statusvalue_vms (vTHX->Istatusvalue_vms)
334 #define PL_stderrgv (vTHX->Istderrgv)
335 #define PL_stdingv (vTHX->Istdingv)
336 #define PL_strtab (vTHX->Istrtab)
337 #define PL_sub_generation (vTHX->Isub_generation)
338 #define PL_subline (vTHX->Isubline)
339 #define PL_subname (vTHX->Isubname)
340 #define PL_sv_arenaroot (vTHX->Isv_arenaroot)
341 #define PL_sv_count (vTHX->Isv_count)
342 #define PL_sv_no (vTHX->Isv_no)
343 #define PL_sv_objcount (vTHX->Isv_objcount)
344 #define PL_sv_root (vTHX->Isv_root)
345 #define PL_sv_undef (vTHX->Isv_undef)
346 #define PL_sv_yes (vTHX->Isv_yes)
347 #define PL_sys_intern (vTHX->Isys_intern)
348 #define PL_taint_warn (vTHX->Itaint_warn)
349 #define PL_tainting (vTHX->Itainting)
350 #define PL_threadhook (vTHX->Ithreadhook)
351 #define PL_tokenbuf (vTHX->Itokenbuf)
352 #define PL_uid (vTHX->Iuid)
353 #define PL_unicode (vTHX->Iunicode)
354 #define PL_unitcheckav (vTHX->Iunitcheckav)
355 #define PL_unitcheckav_save (vTHX->Iunitcheckav_save)
356 #define PL_unlockhook (vTHX->Iunlockhook)
357 #define PL_unsafe (vTHX->Iunsafe)
358 #define PL_utf8_alnum (vTHX->Iutf8_alnum)
359 #define PL_utf8_alnumc (vTHX->Iutf8_alnumc)
360 #define PL_utf8_alpha (vTHX->Iutf8_alpha)
361 #define PL_utf8_ascii (vTHX->Iutf8_ascii)
362 #define PL_utf8_cntrl (vTHX->Iutf8_cntrl)
363 #define PL_utf8_digit (vTHX->Iutf8_digit)
364 #define PL_utf8_graph (vTHX->Iutf8_graph)
365 #define PL_utf8_idcont (vTHX->Iutf8_idcont)
366 #define PL_utf8_idstart (vTHX->Iutf8_idstart)
367 #define PL_utf8_lower (vTHX->Iutf8_lower)
368 #define PL_utf8_mark (vTHX->Iutf8_mark)
369 #define PL_utf8_print (vTHX->Iutf8_print)
370 #define PL_utf8_punct (vTHX->Iutf8_punct)
371 #define PL_utf8_space (vTHX->Iutf8_space)
372 #define PL_utf8_tofold (vTHX->Iutf8_tofold)
373 #define PL_utf8_tolower (vTHX->Iutf8_tolower)
374 #define PL_utf8_totitle (vTHX->Iutf8_totitle)
375 #define PL_utf8_toupper (vTHX->Iutf8_toupper)
376 #define PL_utf8_upper (vTHX->Iutf8_upper)
377 #define PL_utf8_xdigit (vTHX->Iutf8_xdigit)
378 #define PL_utf8cache (vTHX->Iutf8cache)
379 #define PL_utf8locale (vTHX->Iutf8locale)
380 #define PL_uudmap (vTHX->Iuudmap)
381 #define PL_warnhook (vTHX->Iwarnhook)
382 #define PL_widesyscalls (vTHX->Iwidesyscalls)
383 #define PL_xmlfp (vTHX->Ixmlfp)
385 #else /* !MULTIPLICITY */
389 #define PL_IArgv PL_Argv
390 #define PL_ICmd PL_Cmd
391 #define PL_IDBassertion PL_DBassertion
392 #define PL_IDBcv PL_DBcv
393 #define PL_IDBgv PL_DBgv
394 #define PL_IDBline PL_DBline
395 #define PL_IDBsignal PL_DBsignal
396 #define PL_IDBsingle PL_DBsingle
397 #define PL_IDBsub PL_DBsub
398 #define PL_IDBtrace PL_DBtrace
399 #define PL_IDir PL_Dir
400 #define PL_IEnv PL_Env
401 #define PL_ILIO PL_LIO
402 #define PL_IMem PL_Mem
403 #define PL_IMemParse PL_MemParse
404 #define PL_IMemShared PL_MemShared
405 #define PL_IOpPtr PL_OpPtr
406 #define PL_IOpSlab PL_OpSlab
407 #define PL_IOpSpace PL_OpSpace
408 #define PL_IProc PL_Proc
409 #define PL_ISock PL_Sock
410 #define PL_IStdIO PL_StdIO
411 #define PL_Iamagic_generation PL_amagic_generation
413 #define PL_Iargvgv PL_argvgv
414 #define PL_Iargvout_stack PL_argvout_stack
415 #define PL_Iargvoutgv PL_argvoutgv
416 #define PL_Ibasetime PL_basetime
417 #define PL_Ibeginav PL_beginav
418 #define PL_Ibeginav_save PL_beginav_save
419 #define PL_Ibitcount PL_bitcount
420 #define PL_Ibody_arenas PL_body_arenas
421 #define PL_Ibody_roots PL_body_roots
422 #define PL_Ibufend PL_bufend
423 #define PL_Ibufptr PL_bufptr
424 #define PL_Icheckav PL_checkav
425 #define PL_Icheckav_save PL_checkav_save
426 #define PL_Iclocktick PL_clocktick
427 #define PL_Icollation_ix PL_collation_ix
428 #define PL_Icollation_name PL_collation_name
429 #define PL_Icollation_standard PL_collation_standard
430 #define PL_Icollxfrm_base PL_collxfrm_base
431 #define PL_Icollxfrm_mult PL_collxfrm_mult
432 #define PL_Icompcv PL_compcv
433 #define PL_Icompiling PL_compiling
434 #define PL_Icomppad PL_comppad
435 #define PL_Icomppad_name PL_comppad_name
436 #define PL_Icomppad_name_fill PL_comppad_name_fill
437 #define PL_Icomppad_name_floor PL_comppad_name_floor
438 #define PL_Icop_seqmax PL_cop_seqmax
439 #define PL_Icopline PL_copline
440 #define PL_Icryptseen PL_cryptseen
441 #define PL_Icshlen PL_cshlen
442 #define PL_Icshname PL_cshname
443 #define PL_Icurcopdb PL_curcopdb
444 #define PL_Icurforce PL_curforce
445 #define PL_Icurstname PL_curstname
446 #define PL_Icustom_op_descs PL_custom_op_descs
447 #define PL_Icustom_op_names PL_custom_op_names
448 #define PL_Icv_has_eval PL_cv_has_eval
449 #define PL_Idbargs PL_dbargs
450 #define PL_Idebstash PL_debstash
451 #define PL_Idebug PL_debug
452 #define PL_Idebug_pad PL_debug_pad
453 #define PL_Idef_layerlist PL_def_layerlist
454 #define PL_Idefgv PL_defgv
455 #define PL_Idiehook PL_diehook
456 #define PL_Idoextract PL_doextract
457 #define PL_Idoswitches PL_doswitches
458 #define PL_Idowarn PL_dowarn
459 #define PL_Idumper_fd PL_dumper_fd
460 #define PL_Ie_script PL_e_script
461 #define PL_Iegid PL_egid
462 #define PL_Iencoding PL_encoding
463 #define PL_Iendav PL_endav
464 #define PL_Ienvgv PL_envgv
465 #define PL_Ierrgv PL_errgv
466 #define PL_Ierror_count PL_error_count
467 #define PL_Ieuid PL_euid
468 #define PL_Ieval_root PL_eval_root
469 #define PL_Ieval_start PL_eval_start
470 #define PL_Ievalseq PL_evalseq
471 #define PL_Iexit_flags PL_exit_flags
472 #define PL_Iexitlist PL_exitlist
473 #define PL_Iexitlistlen PL_exitlistlen
474 #define PL_Iexpect PL_expect
475 #define PL_Ifdpid PL_fdpid
476 #define PL_Ifilemode PL_filemode
477 #define PL_Iforkprocess PL_forkprocess
478 #define PL_Iformfeed PL_formfeed
479 #define PL_Igeneration PL_generation
480 #define PL_Igensym PL_gensym
481 #define PL_Igid PL_gid
482 #define PL_Iglob_index PL_glob_index
483 #define PL_Iglobalstash PL_globalstash
484 #define PL_Ihash_seed PL_hash_seed
485 #define PL_Ihash_seed_set PL_hash_seed_set
486 #define PL_Ihintgv PL_hintgv
487 #define PL_Ihints PL_hints
488 #define PL_Iin_clean_all PL_in_clean_all
489 #define PL_Iin_clean_objs PL_in_clean_objs
490 #define PL_Iin_load_module PL_in_load_module
491 #define PL_Iin_my PL_in_my
492 #define PL_Iin_my_stash PL_in_my_stash
493 #define PL_Iincgv PL_incgv
494 #define PL_Iinitav PL_initav
495 #define PL_Iinplace PL_inplace
496 #define PL_Iknown_layers PL_known_layers
497 #define PL_Ilast_lop PL_last_lop
498 #define PL_Ilast_lop_op PL_last_lop_op
499 #define PL_Ilast_swash_hv PL_last_swash_hv
500 #define PL_Ilast_swash_key PL_last_swash_key
501 #define PL_Ilast_swash_klen PL_last_swash_klen
502 #define PL_Ilast_swash_slen PL_last_swash_slen
503 #define PL_Ilast_swash_tmps PL_last_swash_tmps
504 #define PL_Ilast_uni PL_last_uni
505 #define PL_Ilastfd PL_lastfd
506 #define PL_Ilaststatval PL_laststatval
507 #define PL_Ilaststype PL_laststype
508 #define PL_Ilex_state PL_lex_state
509 #define PL_Ilineary PL_lineary
510 #define PL_Ilinestart PL_linestart
511 #define PL_Ilinestr PL_linestr
512 #define PL_Ilocalpatches PL_localpatches
513 #define PL_Ilockhook PL_lockhook
514 #define PL_Imadskills PL_madskills
515 #define PL_Imain_cv PL_main_cv
516 #define PL_Imain_root PL_main_root
517 #define PL_Imain_start PL_main_start
518 #define PL_Imax_intro_pending PL_max_intro_pending
519 #define PL_Imaxo PL_maxo
520 #define PL_Imaxsysfd PL_maxsysfd
521 #define PL_Imemory_debug_header PL_memory_debug_header
522 #define PL_Imess_sv PL_mess_sv
523 #define PL_Imin_intro_pending PL_min_intro_pending
524 #define PL_Iminus_E PL_minus_E
525 #define PL_Iminus_F PL_minus_F
526 #define PL_Iminus_a PL_minus_a
527 #define PL_Iminus_c PL_minus_c
528 #define PL_Iminus_l PL_minus_l
529 #define PL_Iminus_n PL_minus_n
530 #define PL_Iminus_p PL_minus_p
531 #define PL_Imodglobal PL_modglobal
532 #define PL_Imulti_end PL_multi_end
533 #define PL_Imy_cxt_keys PL_my_cxt_keys
534 #define PL_Imy_cxt_list PL_my_cxt_list
535 #define PL_Imy_cxt_size PL_my_cxt_size
536 #define PL_Inexttoke PL_nexttoke
537 #define PL_Inexttype PL_nexttype
538 #define PL_Inextval PL_nextval
539 #define PL_Inice_chunk PL_nice_chunk
540 #define PL_Inice_chunk_size PL_nice_chunk_size
541 #define PL_Inomemok PL_nomemok
542 #define PL_Inumeric_compat1 PL_numeric_compat1
543 #define PL_Inumeric_local PL_numeric_local
544 #define PL_Inumeric_name PL_numeric_name
545 #define PL_Inumeric_radix_sv PL_numeric_radix_sv
546 #define PL_Inumeric_standard PL_numeric_standard
547 #define PL_Ioldbufptr PL_oldbufptr
548 #define PL_Ioldname PL_oldname
549 #define PL_Ioldoldbufptr PL_oldoldbufptr
550 #define PL_Iop_mask PL_op_mask
551 #define PL_Iorigalen PL_origalen
552 #define PL_Iorigargc PL_origargc
553 #define PL_Iorigargv PL_origargv
554 #define PL_Iorigenviron PL_origenviron
555 #define PL_Iorigfilename PL_origfilename
556 #define PL_Iors_sv PL_ors_sv
557 #define PL_Iosname PL_osname
558 #define PL_Ipad_reset_pending PL_pad_reset_pending
559 #define PL_Ipadix PL_padix
560 #define PL_Ipadix_floor PL_padix_floor
561 #define PL_Iparser PL_parser
562 #define PL_Ipatchlevel PL_patchlevel
563 #define PL_Iperl_destruct_level PL_perl_destruct_level
564 #define PL_Iperldb PL_perldb
565 #define PL_Iperlio PL_perlio
566 #define PL_Ipidstatus PL_pidstatus
567 #define PL_Ippid PL_ppid
568 #define PL_Ipreambleav PL_preambleav
569 #define PL_Ipreprocess PL_preprocess
570 #define PL_Iprofiledata PL_profiledata
571 #define PL_Ipsig_name PL_psig_name
572 #define PL_Ipsig_pend PL_psig_pend
573 #define PL_Ipsig_ptr PL_psig_ptr
574 #define PL_Iptr_table PL_ptr_table
575 #define PL_Ireentrant_buffer PL_reentrant_buffer
576 #define PL_Ireentrant_retint PL_reentrant_retint
577 #define PL_Iregex_pad PL_regex_pad
578 #define PL_Iregex_padav PL_regex_padav
579 #define PL_Irehash_seed PL_rehash_seed
580 #define PL_Irehash_seed_set PL_rehash_seed_set
581 #define PL_Ireplgv PL_replgv
582 #define PL_Irsfp PL_rsfp
583 #define PL_Irsfp_filters PL_rsfp_filters
584 #define PL_Irunops PL_runops
585 #define PL_Irunops_dbg PL_runops_dbg
586 #define PL_Irunops_std PL_runops_std
587 #define PL_Isavebegin PL_savebegin
588 #define PL_Isawampersand PL_sawampersand
589 #define PL_Isharehook PL_sharehook
590 #define PL_Isig_pending PL_sig_pending
591 #define PL_Isighandlerp PL_sighandlerp
592 #define PL_Isignals PL_signals
593 #define PL_Isort_RealCmp PL_sort_RealCmp
594 #define PL_Isplitstr PL_splitstr
595 #define PL_Isrand_called PL_srand_called
596 #define PL_Istashcache PL_stashcache
597 #define PL_Istatusvalue PL_statusvalue
598 #define PL_Istatusvalue_posix PL_statusvalue_posix
599 #define PL_Istatusvalue_vms PL_statusvalue_vms
600 #define PL_Istderrgv PL_stderrgv
601 #define PL_Istdingv PL_stdingv
602 #define PL_Istrtab PL_strtab
603 #define PL_Isub_generation PL_sub_generation
604 #define PL_Isubline PL_subline
605 #define PL_Isubname PL_subname
606 #define PL_Isv_arenaroot PL_sv_arenaroot
607 #define PL_Isv_count PL_sv_count
608 #define PL_Isv_no PL_sv_no
609 #define PL_Isv_objcount PL_sv_objcount
610 #define PL_Isv_root PL_sv_root
611 #define PL_Isv_undef PL_sv_undef
612 #define PL_Isv_yes PL_sv_yes
613 #define PL_Isys_intern PL_sys_intern
614 #define PL_Itaint_warn PL_taint_warn
615 #define PL_Itainting PL_tainting
616 #define PL_Ithreadhook PL_threadhook
617 #define PL_Itokenbuf PL_tokenbuf
618 #define PL_Iuid PL_uid
619 #define PL_Iunicode PL_unicode
620 #define PL_Iunitcheckav PL_unitcheckav
621 #define PL_Iunitcheckav_save PL_unitcheckav_save
622 #define PL_Iunlockhook PL_unlockhook
623 #define PL_Iunsafe PL_unsafe
624 #define PL_Iutf8_alnum PL_utf8_alnum
625 #define PL_Iutf8_alnumc PL_utf8_alnumc
626 #define PL_Iutf8_alpha PL_utf8_alpha
627 #define PL_Iutf8_ascii PL_utf8_ascii
628 #define PL_Iutf8_cntrl PL_utf8_cntrl
629 #define PL_Iutf8_digit PL_utf8_digit
630 #define PL_Iutf8_graph PL_utf8_graph
631 #define PL_Iutf8_idcont PL_utf8_idcont
632 #define PL_Iutf8_idstart PL_utf8_idstart
633 #define PL_Iutf8_lower PL_utf8_lower
634 #define PL_Iutf8_mark PL_utf8_mark
635 #define PL_Iutf8_print PL_utf8_print
636 #define PL_Iutf8_punct PL_utf8_punct
637 #define PL_Iutf8_space PL_utf8_space
638 #define PL_Iutf8_tofold PL_utf8_tofold
639 #define PL_Iutf8_tolower PL_utf8_tolower
640 #define PL_Iutf8_totitle PL_utf8_totitle
641 #define PL_Iutf8_toupper PL_utf8_toupper
642 #define PL_Iutf8_upper PL_utf8_upper
643 #define PL_Iutf8_xdigit PL_utf8_xdigit
644 #define PL_Iutf8cache PL_utf8cache
645 #define PL_Iutf8locale PL_utf8locale
646 #define PL_Iuudmap PL_uudmap
647 #define PL_Iwarnhook PL_warnhook
648 #define PL_Iwidesyscalls PL_widesyscalls
649 #define PL_Ixmlfp PL_xmlfp
652 #define PL_TXpv PL_Xpv
653 #define PL_Tav_fetch_sv PL_av_fetch_sv
654 #define PL_Tbodytarget PL_bodytarget
655 #define PL_Tchopset PL_chopset
656 #define PL_Tcolors PL_colors
657 #define PL_Tcolorset PL_colorset
658 #define PL_Tcurcop PL_curcop
659 #define PL_Tcurpad PL_curpad
660 #define PL_Tcurpm PL_curpm
661 #define PL_Tcurstack PL_curstack
662 #define PL_Tcurstackinfo PL_curstackinfo
663 #define PL_Tcurstash PL_curstash
664 #define PL_Tdefoutgv PL_defoutgv
665 #define PL_Tdefstash PL_defstash
666 #define PL_Tdelaymagic PL_delaymagic
667 #define PL_Tdirty PL_dirty
668 #define PL_Tdumpindent PL_dumpindent
669 #define PL_Tefloatbuf PL_efloatbuf
670 #define PL_Tefloatsize PL_efloatsize
671 #define PL_Terrors PL_errors
672 #define PL_Tfirstgv PL_firstgv
673 #define PL_Tformtarget PL_formtarget
674 #define PL_Thv_fetch_ent_mh PL_hv_fetch_ent_mh
675 #define PL_Thv_fetch_sv PL_hv_fetch_sv
676 #define PL_Tin_eval PL_in_eval
677 #define PL_Tlast_in_gv PL_last_in_gv
678 #define PL_Tlastgotoprobe PL_lastgotoprobe
679 #define PL_Tlastscream PL_lastscream
680 #define PL_Tlocalizing PL_localizing
681 #define PL_Tmainstack PL_mainstack
682 #define PL_Tmarkstack PL_markstack
683 #define PL_Tmarkstack_max PL_markstack_max
684 #define PL_Tmarkstack_ptr PL_markstack_ptr
685 #define PL_Tmaxscream PL_maxscream
686 #define PL_Tmodcount PL_modcount
688 #define PL_Tofs_sv PL_ofs_sv
690 #define PL_Topsave PL_opsave
691 #define PL_Tpeepp PL_peepp
692 #define PL_Treg_state PL_reg_state
693 #define PL_Tregdummy PL_regdummy
694 #define PL_Treginterp_cnt PL_reginterp_cnt
695 #define PL_Tregmatch_slab PL_regmatch_slab
696 #define PL_Tregmatch_state PL_regmatch_state
697 #define PL_Trestartop PL_restartop
699 #define PL_Tsavestack PL_savestack
700 #define PL_Tsavestack_ix PL_savestack_ix
701 #define PL_Tsavestack_max PL_savestack_max
702 #define PL_Tscopestack PL_scopestack
703 #define PL_Tscopestack_ix PL_scopestack_ix
704 #define PL_Tscopestack_max PL_scopestack_max
705 #define PL_Tscreamfirst PL_screamfirst
706 #define PL_Tscreamnext PL_screamnext
707 #define PL_Tsecondgv PL_secondgv
708 #define PL_Tsortcop PL_sortcop
709 #define PL_Tsortstash PL_sortstash
710 #define PL_Tstack_base PL_stack_base
711 #define PL_Tstack_max PL_stack_max
712 #define PL_Tstack_sp PL_stack_sp
713 #define PL_Tstart_env PL_start_env
714 #define PL_Tstatbuf PL_statbuf
715 #define PL_Tstatcache PL_statcache
716 #define PL_Tstatgv PL_statgv
717 #define PL_Tstatname PL_statname
718 #define PL_Ttainted PL_tainted
719 #define PL_Ttimesbuf PL_timesbuf
720 #define PL_Ttmps_floor PL_tmps_floor
721 #define PL_Ttmps_ix PL_tmps_ix
722 #define PL_Ttmps_max PL_tmps_max
723 #define PL_Ttmps_stack PL_tmps_stack
724 #define PL_Ttop_env PL_top_env
725 #define PL_Ttoptarget PL_toptarget
726 #define PL_Twatchaddr PL_watchaddr
727 #define PL_Twatchok PL_watchok
729 #endif /* MULTIPLICITY */
731 #if defined(PERL_GLOBAL_STRUCT)
733 #define PL_No (my_vars->GNo)
734 #define PL_GNo (my_vars->GNo)
735 #define PL_Yes (my_vars->GYes)
736 #define PL_GYes (my_vars->GYes)
737 #define PL_appctx (my_vars->Gappctx)
738 #define PL_Gappctx (my_vars->Gappctx)
739 #define PL_check (my_vars->Gcheck)
740 #define PL_Gcheck (my_vars->Gcheck)
741 #define PL_csighandlerp (my_vars->Gcsighandlerp)
742 #define PL_Gcsighandlerp (my_vars->Gcsighandlerp)
743 #define PL_curinterp (my_vars->Gcurinterp)
744 #define PL_Gcurinterp (my_vars->Gcurinterp)
745 #define PL_do_undump (my_vars->Gdo_undump)
746 #define PL_Gdo_undump (my_vars->Gdo_undump)
747 #define PL_dollarzero_mutex (my_vars->Gdollarzero_mutex)
748 #define PL_Gdollarzero_mutex (my_vars->Gdollarzero_mutex)
749 #define PL_fold_locale (my_vars->Gfold_locale)
750 #define PL_Gfold_locale (my_vars->Gfold_locale)
751 #define PL_hexdigit (my_vars->Ghexdigit)
752 #define PL_Ghexdigit (my_vars->Ghexdigit)
753 #define PL_hints_mutex (my_vars->Ghints_mutex)
754 #define PL_Ghints_mutex (my_vars->Ghints_mutex)
755 #define PL_malloc_mutex (my_vars->Gmalloc_mutex)
756 #define PL_Gmalloc_mutex (my_vars->Gmalloc_mutex)
757 #define PL_mmap_page_size (my_vars->Gmmap_page_size)
758 #define PL_Gmmap_page_size (my_vars->Gmmap_page_size)
759 #define PL_my_ctx_mutex (my_vars->Gmy_ctx_mutex)
760 #define PL_Gmy_ctx_mutex (my_vars->Gmy_ctx_mutex)
761 #define PL_my_cxt_index (my_vars->Gmy_cxt_index)
762 #define PL_Gmy_cxt_index (my_vars->Gmy_cxt_index)
763 #define PL_op_mutex (my_vars->Gop_mutex)
764 #define PL_Gop_mutex (my_vars->Gop_mutex)
765 #define PL_op_seq (my_vars->Gop_seq)
766 #define PL_Gop_seq (my_vars->Gop_seq)
767 #define PL_op_sequence (my_vars->Gop_sequence)
768 #define PL_Gop_sequence (my_vars->Gop_sequence)
769 #define PL_patleave (my_vars->Gpatleave)
770 #define PL_Gpatleave (my_vars->Gpatleave)
771 #define PL_perlio_debug_fd (my_vars->Gperlio_debug_fd)
772 #define PL_Gperlio_debug_fd (my_vars->Gperlio_debug_fd)
773 #define PL_perlio_fd_refcnt (my_vars->Gperlio_fd_refcnt)
774 #define PL_Gperlio_fd_refcnt (my_vars->Gperlio_fd_refcnt)
775 #define PL_perlio_fd_refcnt_size (my_vars->Gperlio_fd_refcnt_size)
776 #define PL_Gperlio_fd_refcnt_size (my_vars->Gperlio_fd_refcnt_size)
777 #define PL_perlio_mutex (my_vars->Gperlio_mutex)
778 #define PL_Gperlio_mutex (my_vars->Gperlio_mutex)
779 #define PL_ppaddr (my_vars->Gppaddr)
780 #define PL_Gppaddr (my_vars->Gppaddr)
781 #define PL_sh_path (my_vars->Gsh_path)
782 #define PL_Gsh_path (my_vars->Gsh_path)
783 #define PL_sig_defaulting (my_vars->Gsig_defaulting)
784 #define PL_Gsig_defaulting (my_vars->Gsig_defaulting)
785 #define PL_sig_handlers_initted (my_vars->Gsig_handlers_initted)
786 #define PL_Gsig_handlers_initted (my_vars->Gsig_handlers_initted)
787 #define PL_sig_ignoring (my_vars->Gsig_ignoring)
788 #define PL_Gsig_ignoring (my_vars->Gsig_ignoring)
789 #define PL_sig_sv (my_vars->Gsig_sv)
790 #define PL_Gsig_sv (my_vars->Gsig_sv)
791 #define PL_sig_trapped (my_vars->Gsig_trapped)
792 #define PL_Gsig_trapped (my_vars->Gsig_trapped)
793 #define PL_sigfpe_saved (my_vars->Gsigfpe_saved)
794 #define PL_Gsigfpe_saved (my_vars->Gsigfpe_saved)
795 #define PL_sv_placeholder (my_vars->Gsv_placeholder)
796 #define PL_Gsv_placeholder (my_vars->Gsv_placeholder)
797 #define PL_thr_key (my_vars->Gthr_key)
798 #define PL_Gthr_key (my_vars->Gthr_key)
799 #define PL_timesbase (my_vars->Gtimesbase)
800 #define PL_Gtimesbase (my_vars->Gtimesbase)
801 #define PL_use_safe_putenv (my_vars->Guse_safe_putenv)
802 #define PL_Guse_safe_putenv (my_vars->Guse_safe_putenv)
803 #define PL_veto_cleanup (my_vars->Gveto_cleanup)
804 #define PL_Gveto_cleanup (my_vars->Gveto_cleanup)
805 #define PL_watch_pvx (my_vars->Gwatch_pvx)
806 #define PL_Gwatch_pvx (my_vars->Gwatch_pvx)
808 #else /* !PERL_GLOBAL_STRUCT */
811 #define PL_GYes PL_Yes
812 #define PL_Gappctx PL_appctx
813 #define PL_Gcheck PL_check
814 #define PL_Gcsighandlerp PL_csighandlerp
815 #define PL_Gcurinterp PL_curinterp
816 #define PL_Gdo_undump PL_do_undump
817 #define PL_Gdollarzero_mutex PL_dollarzero_mutex
818 #define PL_Gfold_locale PL_fold_locale
819 #define PL_Ghexdigit PL_hexdigit
820 #define PL_Ghints_mutex PL_hints_mutex
821 #define PL_Gmalloc_mutex PL_malloc_mutex
822 #define PL_Gmmap_page_size PL_mmap_page_size
823 #define PL_Gmy_ctx_mutex PL_my_ctx_mutex
824 #define PL_Gmy_cxt_index PL_my_cxt_index
825 #define PL_Gop_mutex PL_op_mutex
826 #define PL_Gop_seq PL_op_seq
827 #define PL_Gop_sequence PL_op_sequence
828 #define PL_Gpatleave PL_patleave
829 #define PL_Gperlio_debug_fd PL_perlio_debug_fd
830 #define PL_Gperlio_fd_refcnt PL_perlio_fd_refcnt
831 #define PL_Gperlio_fd_refcnt_size PL_perlio_fd_refcnt_size
832 #define PL_Gperlio_mutex PL_perlio_mutex
833 #define PL_Gppaddr PL_ppaddr
834 #define PL_Gsh_path PL_sh_path
835 #define PL_Gsig_defaulting PL_sig_defaulting
836 #define PL_Gsig_handlers_initted PL_sig_handlers_initted
837 #define PL_Gsig_ignoring PL_sig_ignoring
838 #define PL_Gsig_sv PL_sig_sv
839 #define PL_Gsig_trapped PL_sig_trapped
840 #define PL_Gsigfpe_saved PL_sigfpe_saved
841 #define PL_Gsv_placeholder PL_sv_placeholder
842 #define PL_Gthr_key PL_thr_key
843 #define PL_Gtimesbase PL_timesbase
844 #define PL_Guse_safe_putenv PL_use_safe_putenv
845 #define PL_Gveto_cleanup PL_veto_cleanup
846 #define PL_Gwatch_pvx PL_watch_pvx
848 #endif /* PERL_GLOBAL_STRUCT */
850 #ifdef PERL_POLLUTE /* disabled by default in 5.6.0 */
852 #define DBassertion PL_DBassertion
853 #define DBsingle PL_DBsingle
854 #define DBsub PL_DBsub
855 #define compiling PL_compiling
856 #define curcop PL_curcop
857 #define curstash PL_curstash
858 #define debstash PL_debstash
859 #define defgv PL_defgv
860 #define diehook PL_diehook
861 #define dirty PL_dirty
862 #define dowarn PL_dowarn
863 #define errgv PL_errgv
865 #define no_modify PL_no_modify
866 #define perl_destruct_level PL_perl_destruct_level
867 #define perldb PL_perldb
868 #define ppaddr PL_ppaddr
870 #define rsfp_filters PL_rsfp_filters
871 #define stack_base PL_stack_base
872 #define stack_sp PL_stack_sp
873 #define stdingv PL_stdingv
874 #define sv_arenaroot PL_sv_arenaroot
875 #define sv_no PL_sv_no
876 #define sv_undef PL_sv_undef
877 #define sv_yes PL_sv_yes
878 #define tainted PL_tainted
879 #define tainting PL_tainting
881 #endif /* PERL_POLLUTE */