Re: Named-capture regex syntax
[p5sagit/p5-mst-13.2.git] / unixish.h
index 8a1a943..b87baef 100644 (file)
--- a/unixish.h
+++ b/unixish.h
 
 #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