[no reason given] is not good.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 5a630f8..c224ff7 100644 (file)
@@ -484,7 +484,7 @@ PERLVAR(Ireentrant_buffer, REBUF*)  /* here we store the _r buffers */
 #endif
 
 PERLVAR(sharedsv_space,                PerlInterpreter*)
-PERLVAR(sharesv_space_mutex,   perl_mutex)
+PERLVAR(sharedsv_space_mutex,  perl_mutex)
 
 #endif
 
@@ -493,6 +493,14 @@ 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. */
+
+