Change 11870 by jhi@alpha on 2001/09/04 19:01:48
Quench another -Wall worry noticed by Robin Houston.
Affected files ...
... //depot/perl/intrpvar.h#86 edit
Differences ...
==== //depot/perl/intrpvar.h#86 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h.~1~ Tue Sep 4 13:15:05 2001
+++ perl/intrpvar.h Tue Sep 4 13:15:05 2001
@@ -52,7 +52,7 @@
/* 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 */
End of Patch.