This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No need to wrap INIT_TRACK_MEMPOOL with #ifdef PERL_TRACK_MEMPOOL
authorNicholas Clark <nick@ccl4.org>
Wed, 22 Sep 2021 09:32:55 +0000 (09:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 Sep 2021 06:12:27 +0000 (06:12 +0000)
commit53e57886af4cddfdf74c6a06e9a6995d07318806
tree2e4e55d8e53d93812a9b195cc7e6c189892ee24b
parent4fc30d62c2a290a6dfdfe429ff18dfcbc97a4233
No need to wrap INIT_TRACK_MEMPOOL with #ifdef PERL_TRACK_MEMPOOL

`INIT_TRACK_MEMPOOL` is defined as a no-op if `PERL_TRACK_MEMPOOL` is not
defined, so no need to wrap it in `#ifdef`.

Spotted by Ilmari.
perl.c