From 89229eb48301daff383ca37dcc690a1eff43d51f Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 21 Sep 2012 00:25:03 +0100 Subject: Restore mymalloc build with ithreads Broken by commit 7cd83f6573. --- malloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'malloc.c') diff --git a/malloc.c b/malloc.c index 1d22923aa2..e2f97ad7ff 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"); -- cgit v1.2.1