X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=5994a8395b0b8f4a5837971fceb27101c1d6eb20;hb=0384d2fffd4e9480d75fd2afa397b45866ec8ac8;hp=4bf37095a09249dd7a01ffce7d630a199bba30df;hpb=22f7c9c9717fe07b508ba0e9958ef0592cdbbeef;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index 4bf3709..5994a83 100644 --- a/unixish.h +++ b/unixish.h @@ -129,7 +129,7 @@ #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) EARLY_INIT2(*c,*v) MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM