summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2017-11-09 00:59:53 +0100
committerLukas Mai <l.mai@web.de>2017-11-11 11:16:31 +0100
commit1e5c5f69249acd964e640650e65901f390085022 (patch)
tree5017b82a68c4844c103c7047e74cbb1128a909bc /dosish.h
parenta3371546646b4c0f722f2659beac614649d6cfd5 (diff)
downloadperl-1e5c5f69249acd964e640650e65901f390085022.tar.gz
add wrap_keyword_plugin function (RT #132413)
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/dosish.h b/dosish.h
index 9fd43ea682..16ee9b7359 100644
--- a/dosish.h
+++ b/dosish.h
@@ -48,9 +48,10 @@
#endif
#ifndef PERL_SYS_TERM_BODY
-# define PERL_SYS_TERM_BODY() \
- HINTS_REFCNT_TERM; OP_CHECK_MUTEX_TERM; \
- OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM; LOCALE_TERM;
+# 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;
#endif
#define dXSUB_SYS dNOOP