A forgotten deletion.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 21d3282..681fb6d 100644 (file)
@@ -52,7 +52,7 @@ PERLVAR(Iperldb,      U32)
 
 /* This value may be set when embedding for full cleanup  */
 /* 0=none, 1=full, 2=full with checks */
-PERLVARI(Iperl_destruct_level, VOL int,        0)
+PERLVARI(Iperl_destruct_level, int,    0)
 
 /* magical thingies */
 PERLVAR(Ibasetime,     Time_t)         /* $^T */
@@ -483,14 +483,16 @@ 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 */
-#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. */