X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=23a2f13dd16958173c715a91860bce1181b43082;hb=6e7c9e4dbac15378c097f03304f6025aebc78a15;hp=6d026ba413ef721afeefed2fc869899872cd1589;hpb=5102b790fbd2a20471bf6f85d8337fd8b34f8dff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.h b/perl.h index 6d026ba..23a2f13 100644 --- a/perl.h +++ b/perl.h @@ -1560,6 +1560,10 @@ typedef union any ANY; # endif #endif +#ifndef PERL_SYS_INIT3 +# define PERL_SYS_INIT3(argvp,argcp,envp) PERL_SYS_INIT(argvp,argcp) +#endif + #ifndef MAXPATHLEN # ifdef PATH_MAX # ifdef _POSIX_PATH_MAX