summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-04 19:01:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-04 19:01:48 +0000
commite1562b4a07bd42a0ca4e6e42c8966e36b3adc2de (patch)
treef65c4a38ed9d963040fcd19ae9b7583c8f26ade5 /intrpvar.h
parent841d93c8bc3fdc4d8ac0ab7594ddffb71b3c4fb3 (diff)
downloadperl-e1562b4a07bd42a0ca4e6e42c8966e36b3adc2de.tar.gz
(Retracted by #11872)
p4raw-id: //depot/perl@11870
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 fd39a09f87..21d3282aef 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, int, 0)
+PERLVARI(Iperl_destruct_level, VOL int, 0)
/* magical thingies */
PERLVAR(Ibasetime, Time_t) /* $^T */