Duh.
Jarkko Hietaniemi [Sat, 28 Jun 2003 18:09:30 +0000 (18:09 +0000)]
p4raw-id: //depot/perl@19875

perl.h

diff --git a/perl.h b/perl.h
index 4a8387b..cfe9fe8 100644 (file)
--- 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 */