summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2012-09-21 00:25:03 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2012-09-21 00:25:03 +0100
commit89229eb48301daff383ca37dcc690a1eff43d51f (patch)
tree7b2f7463fc19943b204346042cca0236ec0ed39f /malloc.c
parentcfe65c2e3208a5627c838a187143249612d21576 (diff)
downloadperl-89229eb48301daff383ca37dcc690a1eff43d51f.tar.gz
Restore mymalloc build with ithreads
Broken by commit 7cd83f6573.
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c1
1 files changed, 1 insertions, 0 deletions
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");