summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 0c4b60f565..e0adc28c1f 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -504,6 +504,8 @@ PERLVAR(Iunicode, U32) /* Unicode features: $ENV{PERL_UNICODE} or -C */
PERLVAR(Isignals, U32) /* Using which pre-5.8 signals */
+PERLVAR(Ireentrant_retint, int) /* Integer return value from reentrant functions */
+
PERLVAR(Istashcache, HV *) /* Cache to speed up S_method_common */
PERLVAR(IDBassertion, SV *)