Future binary compat wishful thinking:
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 7 Apr 2003 03:53:01 +0000 (03:53 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 7 Apr 2003 03:53:01 +0000 (03:53 +0000)
maint will use the stashcache, but not the dbassertion.

p4raw-id: //depot/perl@19159

intrpvar.h

index db7c190..0c4b60f 100644 (file)
@@ -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,