From: Jarkko Hietaniemi Date: Sat, 28 Jun 2003 18:09:30 +0000 (+0000) Subject: Duh. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f3f91eeab5d8feea9ff5606711dfaaa7851308c1;p=p5sagit%2Fp5-mst-13.2.git Duh. p4raw-id: //depot/perl@19875 --- diff --git a/perl.h b/perl.h index 4a8387b..cfe9fe8 100644 --- a/perl.h +++ b/perl.h @@ -499,7 +499,7 @@ int usleep(unsigned int); panic_write2("panic: tainting with $ENV{PERL_MALLOC_OPT}\n");\ exit(1); }) # define MALLOC_CHECK_TAINT(argc,argv,env) STMT_START { \ - if (PL_earlytaint)) { \ + if (PL_earlytaint) { \ MallocCfg_ptr[MallocCfg_skip_cfg_env] = 1; \ }} STMT_END; #else /* MYMALLOC */