From 2f44961c9ce6c8fb4890c3bab297136d08c70307 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 21 Oct 2006 21:31:20 +0000 Subject: Add PERLIO_INIT to PERL_SYS_INIT. I infer that this was accidentally omitted from change 29060 p4raw-id: //depot/perl@29074 --- unixish.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unixish.h') diff --git a/unixish.h b/unixish.h index eeb074e80c..8a1a9437ba 100644 --- a/unixish.h +++ b/unixish.h @@ -127,7 +127,8 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_INIT -# define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT MALLOC_INIT +# define PERL_SYS_INIT(c,v) \ + MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT PERLIO_INIT; MALLOC_INIT #endif #ifndef PERL_SYS_TERM -- cgit v1.2.1