diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-10-21 21:53:48 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-10-21 21:53:48 +0000 |
commit | 7f7c33542f58707594f96e6f05ae65c36d743b35 (patch) | |
tree | a5e30a8b206783126bc02e23be923e10796e7602 /unixish.h | |
parent | 2f44961c9ce6c8fb4890c3bab297136d08c70307 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |