summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-07 03:53:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-07 03:53:01 +0000
commit8b5c210067c47ea79b6cae82a66c119853966fa9 (patch)
treea1824eb9c0aa7b7b57b13de46c2d2f5964154a88 /intrpvar.h
parentc96f74cebd2ba17e2fcad5375199dd60d38b38e0 (diff)
downloadperl-8b5c210067c47ea79b6cae82a66c119853966fa9.tar.gz
Future binary compat wishful thinking:
maint will use the stashcache, but not the dbassertion. p4raw-id: //depot/perl@19159
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index db7c19098b..0c4b60f565 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,