diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-01-17 06:11:02 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-01-17 06:11:02 -0800 |
commit | 60175f94ae4d64a920f29b11a9ba63fa99210cd7 (patch) | |
tree | 123ec576311226232f4302d6586ef3ce4f8d79a6 /proto.h | |
parent | 17d71c044d63af9e91a72a6619b3ed942c5e6e3c (diff) | |
download | perl-60175f94ae4d64a920f29b11a9ba63fa99210cd7.tar.gz |
Always define sTHX as 0 when not using mem debug header
I broke the threaded build in b001a0d149 by assuming that sTHX was
always set to 0 when memory debug headers were not in use. That is
an easy assumption to make, so this commit makes that assumption true.
(And there is no reason it cannot be made true. There is no need for
sTHX to be set under PERL_IMPLICIT_CONTEXT but not PERL_TRACK_MEMPOOL,
where sTHX was not even used before b001a0d149.)
Diffstat (limited to 'proto.h')
0 files changed, 0 insertions, 0 deletions