From 3eac21f49bc763a6c0044b4afbc0c7ece760144f Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 16 Mar 2002 20:14:30 +0000 Subject: Vendor import Perl 5.6.1 --- contrib/perl5/unixish.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'contrib/perl5/unixish.h') diff --git a/contrib/perl5/unixish.h b/contrib/perl5/unixish.h index 1168d29..ca0ab93 100644 --- a/contrib/perl5/unixish.h +++ b/contrib/perl5/unixish.h @@ -125,11 +125,7 @@ # ifdef POSIX_BC # define PERL_SYS_INIT(c,v) sigignore(SIGFPE); MALLOC_INIT # else -# ifdef __CYGWIN__ -# define PERL_SYS_INIT(c,v) Perl_my_setenv_init(&environ); MALLOC_INIT -# else -# define PERL_SYS_INIT(c,v) MALLOC_INIT -# endif +# define PERL_SYS_INIT(c,v) MALLOC_INIT # endif #endif #endif @@ -141,3 +137,6 @@ #define BIT_BUCKET "/dev/null" #define dXSUB_SYS + +#define USE_ENVIRON_ARRAY + -- cgit v1.1