This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: ARGV and read
[perl5.git] / intrpvar.h
index 1559aaa..5a630f8 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(sharesv_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 */