summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-10-21 21:53:48 +0000
committerNicholas Clark <nick@ccl4.org>2006-10-21 21:53:48 +0000
commit7f7c33542f58707594f96e6f05ae65c36d743b35 (patch)
treea5e30a8b206783126bc02e23be923e10796e7602 /unixish.h
parent2f44961c9ce6c8fb4890c3bab297136d08c70307 (diff)
downloadperl-7f7c33542f58707594f96e6f05ae65c36d743b35.tar.gz
Semicolon consistency between PERL_FPU_INIT and the other INITs.
p4raw-id: //depot/perl@29075
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