Change 12091 by jhi@alpha on 2001/09/20 12:16:50
The sharedsv_space* are variables, not code. Duh.
Affected files ...
... //depot/perl/intrpvar.h#89 edit
... //depot/perl/makedef.pl#86 edit
Differences ...
==== //depot/perl/intrpvar.h#89 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h.~1~ Thu Sep 20 06:30:05 2001
+++ perl/intrpvar.h Thu Sep 20 06:30:05 2001
@@ -483,11 +483,13 @@
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 */
==== //depot/perl/makedef.pl#86 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl.~1~ Thu Sep 20 06:30:05 2001
+++ perl/makedef.pl Thu Sep 20 06:30:05 2001
@@ -560,8 +560,6 @@
Perl_sharedsv_init
Perl_sharedsv_lock
Perl_sharedsv_new
- Perl_sharedsv_space
- Perl_sharedsv_space_mutex
Perl_sharedsv_thrcnt_dec
Perl_sharedsv_thrcnt_inc
Perl_sharedsv_unlock
End of Patch.