Skip the RV printing test under threads until fixed.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 1559aaa..681fb6d 100644 (file)
@@ -483,11 +483,13 @@ 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 */