summaryrefslogtreecommitdiff
path: root/win32/perllib.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/perllib.c')
-rw-r--r--win32/perllib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/perllib.c b/win32/perllib.c
index 25b20156ec..246f67aa1a 100644
--- a/win32/perllib.c
+++ b/win32/perllib.c
@@ -230,7 +230,6 @@ RunPerl(int argc, char **argv, char **env)
if (!(my_perl = perl_alloc()))
return (1);
perl_construct(my_perl);
- PL_exit_flags |= PERL_EXIT_DESTRUCT_END;
PL_perl_destruct_level = 0;
/* PERL_SYS_INIT() may update the environment, e.g. via ansify_path().