summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-04 20:00:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-04 20:00:50 +0000
commit7c474504105f41654af9663caa833041d25306dc (patch)
treebf9cbb54ba28f18d0fe967ca30f3c40df47ca631 /intrpvar.h
parent690cde848c9d78733fbc1170f01d7907ea491682 (diff)
downloadperl-7c474504105f41654af9663caa833041d25306dc.tar.gz
Retract #11870 and volatilize the right destruct_level.
Silly thinko pointed out by Sarathy. p4raw-id: //depot/perl@11872
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 21d3282aef..fd39a09f87 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -52,7 +52,7 @@ PERLVAR(Iperldb, U32)
/* This value may be set when embedding for full cleanup */
/* 0=none, 1=full, 2=full with checks */
-PERLVARI(Iperl_destruct_level, VOL int, 0)
+PERLVARI(Iperl_destruct_level, int, 0)
/* magical thingies */
PERLVAR(Ibasetime, Time_t) /* $^T */