Restore mymalloc build with ithreads
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 20 Sep 2012 23:25:03 +0000 (00:25 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 20 Sep 2012 23:25:03 +0000 (00:25 +0100)
Broken by commit 7cd83f6573.

malloc.c

index 1d22923..e2f97ad 100644 (file)
--- 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");