summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-20 12:16:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-20 12:16:50 +0000
commit913e641e6ea0cf4a7d46aec1372ac6f83e382dbb (patch)
tree5600fec1381f7eb204c150e5151fe928920b88e9 /intrpvar.h
parent91a12f7d140e3faa2dd4a0911be7a72638c3aefa (diff)
downloadperl-913e641e6ea0cf4a7d46aec1372ac6f83e382dbb.tar.gz
The sharedsv_space* are variables, not code. Duh.
p4raw-id: //depot/perl@12091
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 1559aaa77c..5a630f88a4 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -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 */