From 8b5c210067c47ea79b6cae82a66c119853966fa9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 7 Apr 2003 03:53:01 +0000 Subject: [PATCH] Future binary compat wishful thinking: maint will use the stashcache, but not the dbassertion. p4raw-id: //depot/perl@19159 --- intrpvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.7.4