OS X: could not -Doptimize=-g.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index db7c190..d7c4269 100644 (file)
@@ -504,10 +504,12 @@ 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(Ireentrant_retint, int)        /* Integer return value from reentrant functions */
+
+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,