From: Jarkko Hietaniemi Date: Mon, 7 Apr 2003 03:53:01 +0000 (+0000) Subject: Future binary compat wishful thinking: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b5c210067c47ea79b6cae82a66c119853966fa9;p=p5sagit%2Fp5-mst-13.2.git Future binary compat wishful thinking: maint will use the stashcache, but not the dbassertion. p4raw-id: //depot/perl@19159 --- diff --git a/intrpvar.h b/intrpvar.h index db7c190..0c4b60f 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -504,10 +504,10 @@ PERLVAR(Iunicode, U32) /* Unicode features: $ENV{PERL_UNICODE} or -C */ 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()! */ /* New variables must be added to the very end, before this comment,