Change 19159 by [EMAIL PROTECTED] on 2003/04/07 03:53:01
Future binary compat wishful thinking:
maint will use the stashcache, but not the dbassertion.
Affected files ...
... //depot/perl/intrpvar.h#121 edit
Differences ...
==== //depot/perl/intrpvar.h#121 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h#120~19133~ Wed Apr 2 05:41:14 2003
+++ perl/intrpvar.h Sun Apr 6 20:53:01 2003
@@ -504,9 +504,9 @@
PERLVAR(Isignals, U32) /* Using which pre-5.8 signals */
-PERLVAR(IDBassertion, SV *)
-
PERLVAR(Istashcache, HV *) /* Cache to speed up S_method_common */
+
+PERLVAR(IDBassertion, SV *)
/* Don't forget to add your variable also to perl_clone()! */
End of Patch.