This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
time64: declare `tm_zone` as `const char*` unconditionally
[perl5.git] / unixish.h
index 697a242..5bf5b93 100644 (file)
--- a/unixish.h
+++ b/unixish.h
@@ -142,6 +142,7 @@ int afstat(int fd, struct stat *statb);
     HINTS_REFCNT_TERM; KEYWORD_PLUGIN_MUTEX_TERM;      \
     OP_CHECK_MUTEX_TERM; OP_REFCNT_TERM; PERLIO_TERM;  \
     MALLOC_TERM; LOCALE_TERM; USER_PROP_MUTEX_TERM;    \
+    ENV_TERM;                                          \
     amigaos4_dispose_fork_array();
 #endif
 
@@ -154,7 +155,8 @@ int afstat(int fd, struct stat *statb);
 #  define PERL_SYS_TERM_BODY()                         \
     HINTS_REFCNT_TERM; KEYWORD_PLUGIN_MUTEX_TERM;      \
     OP_CHECK_MUTEX_TERM; OP_REFCNT_TERM; PERLIO_TERM;  \
-    MALLOC_TERM; LOCALE_TERM; USER_PROP_MUTEX_TERM;
+    MALLOC_TERM; LOCALE_TERM; USER_PROP_MUTEX_TERM;    \
+    ENV_TERM;
 
 #endif