summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-03 16:07:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-03 16:07:34 +0000
commitbe2ea8edb1ad49242572daf1a75efff932a62f25 (patch)
treebdf9617d8b563fb45c9f8784af0d0a1638949562 /perl.c
parent801627e84ab3093b6f512c99a013e9b9b71eddbf (diff)
downloadperl-be2ea8edb1ad49242572daf1a75efff932a62f25.tar.gz
Match destruct_level type from intrpvar.h, and refer to the docs there
p4raw-id: //depot/perl@32562
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 657dedaaa1..e0bc0e7fce 100644
--- 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;