diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-21 00:25:03 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-09-21 00:25:03 +0100 |
commit | 89229eb48301daff383ca37dcc690a1eff43d51f (patch) | |
tree | 7b2f7463fc19943b204346042cca0236ec0ed39f /malloc.c | |
parent | cfe65c2e3208a5627c838a187143249612d21576 (diff) | |
download | perl-89229eb48301daff383ca37dcc690a1eff43d51f.tar.gz |
Restore mymalloc build with ithreads
Broken by commit 7cd83f6573.
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |