Use the right prototype and a glob is fine (from Rafael).
[p5sagit/p5-mst-13.2.git] / 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,