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
commit8ffafee580225be4a4d821818478cfe9e37a479a (patch)
tree5600fec1381f7eb204c150e5151fe928920b88e9 /intrpvar.h
parentebf813bc3383447b9d9debf332c06cc5dea922d7 (diff)
downloadperl-8ffafee580225be4a4d821818478cfe9e37a479a.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 */