This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841d93c
)
(Retracted by #11872)
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 4 Sep 2001 19:01:48 +0000
(19:01 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 4 Sep 2001 19:01:48 +0000
(19:01 +0000)
p4raw-id: //depot/perl@11870
intrpvar.h
patch
|
blob
|
blame
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index
fd39a09
..
21d3282
100644
(file)
--- 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 */