Rewrite sv_uni_display() as pv_uni_display() as
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index fd39a09..c224ff7 100644 (file)
@@ -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     */
 
-#ifdef PERL_CUSTOM_OPS
 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. */
+
+