In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/89229eb48301daff383ca37dcc690a1eff43d51f?hp=cfe65c2e3208a5627c838a187143249612d21576>
- Log ----------------------------------------------------------------- commit 89229eb48301daff383ca37dcc690a1eff43d51f Author: Steve Hay <[email protected]> Date: Fri Sep 21 00:25:03 2012 +0100 Restore mymalloc build with ithreads Broken by commit 7cd83f6573. ----------------------------------------------------------------------- Summary of changes: malloc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/malloc.c b/malloc.c index 1d22923..e2f97ad 100644 --- a/malloc.c +++ b/malloc.c @@ -1711,6 +1711,7 @@ morecore(register int bucket) } } if (t && *t) { + dTHX; MYMALLOC_WRITE2STDERR("Unrecognized part of PERL_MALLOC_OPT: \""); MYMALLOC_WRITE2STDERR(t); MYMALLOC_WRITE2STDERR("\"\n"); -- Perl5 Master Repository
