This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add mro tests to minitest
[perl5.git] / perl.c
diff --git a/perl.c b/perl.c
index 657deda..e0bc0e7 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -563,7 +563,7 @@ int
 perl_destruct(pTHXx)
 {
     dVAR;
-    VOL int destruct_level;  /* 0=none, 1=full, 2=full with checks */
+    VOL signed char destruct_level;  /* see possible values in intrpvar.h */
     HV *hv;
 #ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP
     pid_t child;