Change 19875 by [EMAIL PROTECTED] on 2003/06/28 18:09:30

        Duh.

Affected files ...

... //depot/perl/perl.h#518 edit

Differences ...

==== //depot/perl/perl.h#518 (text) ====
Index: perl/perl.h
--- perl/perl.h#517~19870~      Sat Jun 28 08:39:57 2003
+++ perl/perl.h Sat Jun 28 11:09:30 2003
@@ -499,7 +499,7 @@
                  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 */
End of Patch.

Reply via email to