summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixish.h b/unixish.h
index 8a1a9437ba..b87baefc1d 100644
--- a/unixish.h
+++ b/unixish.h
@@ -128,7 +128,7 @@
#ifndef PERL_SYS_INIT
# define PERL_SYS_INIT(c,v) \
- MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT PERLIO_INIT; MALLOC_INIT
+ MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT; PERLIO_INIT; MALLOC_INIT
#endif
#ifndef PERL_SYS_TERM