summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h
index 174747884f..67dc7c181f 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -138,7 +138,7 @@ PERLVAR(Gcryptseen, I32) /* has fast crypt() been initialized? */
PERLVAR(Ghints, U32) /* pragma-tic compile-time flags */
-PERLVAR(Gdo_undump, bool) /* -u or dump seen? */
+PERLVARI(Gdo_undump, bool, FALSE) /* -u or dump seen? */
PERLVAR(Gdebug, VOL U32) /* flags given to -D switch */
PERLVAR(Gamagic_generation, long)