cygwin32 update (untested adaptation of patch against 5.005_03)
[p5sagit/p5-mst-13.2.git] / perlvars.h
index 1747478..67dc7c1 100644 (file)
@@ -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)