summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/unixish.h b/unixish.h
index 5abb42c1b0..54602a7f8f 100644
--- a/unixish.h
+++ b/unixish.h
@@ -133,9 +133,7 @@
#ifndef PERL_SYS_TERM_BODY
# define PERL_SYS_TERM_BODY() \
- if (!PL_veto_cleanup) { \
- HINTS_REFCNT_TERM; OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM; \
- }
+ HINTS_REFCNT_TERM; OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM;
#endif