OS X: could not -Doptimize=-g.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 0c4b60f..d7c4269 100644 (file)
@@ -506,6 +506,8 @@ PERLVAR(Isignals, U32)      /* Using which pre-5.8 signals */
 
 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()! */