X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=intrpvar.h;h=c224ff7c5d3881e9fb8074b14cbb14633577e45b;hb=9459710475e45fb4a97fce8a8bc59383952cc617;hp=1559aaa77c83b4f9d15382966b903b1d9f0b1424;hpb=19e8ce8e5f1ac60deced7aff63c00270eec46957;p=p5sagit%2Fp5-mst-13.2.git diff --git a/intrpvar.h b/intrpvar.h index 1559aaa..c224ff7 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -483,14 +483,24 @@ PERLVAR(Iregex_padav, AV*) /* All regex objects */ PERLVAR(Ireentrant_buffer, REBUF*) /* here we store the _r buffers */ #endif +PERLVAR(sharedsv_space, PerlInterpreter*) +PERLVAR(sharedsv_space_mutex, perl_mutex) + #endif PERLVAR(Isavebegin, bool) /* save BEGINs for compiler */ - PERLVAR(Icustom_op_names, HV*) /* Names of user defined ops */ PERLVAR(Icustom_op_descs, HV*) /* Descriptions of user defined ops */ +#ifdef PERLIO_LAYERS +PERLVARI(Iperlio, PerlIO *,NULL) +PERLVARI(Iknown_layers, PerlIO_list_t *,NULL) +PERLVARI(Idef_layerlist, PerlIO_list_t *,NULL) +#endif + /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this * irrelevant, but not all code may be expected to #include XSUB.h. */ + +