Robin Barker wrote: > The patch against perl.h was wrong. > This is a patch that does the right thing but produces odd text for > MALLOC_TOO_LATE_FOR > Use the attachment (not the text below) to patch, as the white space is > munged.
> --- ./perl.h Thu Sep 9 22:40:57 2004 > +++ ./perl.h Thanks, applied as #23633. > @@ -535,7 +535,7 @@ > # define MALLOC_CHECK_TAINT(argc,argv,env) > #endif /* MYMALLOC */ > > -#define TOO_LATE_FOR_(ch,s) Perl_croak(aTHX_ "\"-%c\" is on the #! line, > it must also be used on the command line", (char)(ch), s) > +#define TOO_LATE_FOR_(ch,s) Perl_croak(aTHX_ "\"-%c\" is on the #! line, > it must also be used on the command line%s", (char)(ch), s)
