This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore new ExtUtils::ParseXS files in lib
[perl5.git] / miniperlmain.c
index 401af10..260369e 100644 (file)
@@ -78,7 +78,7 @@ main(int argc, char **argv, char **env)
     PERL_UNUSED_ARG(env);
 #endif
 #ifndef PERL_USE_SAFE_PUTENV
-    PL_use_safe_putenv = 0;
+    PL_use_safe_putenv = FALSE;
 #endif /* PERL_USE_SAFE_PUTENV */
 
     /* if user wants control of gprof profiling off by default */