This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, tidy up the MYMALLOC logic.
authorNicholas Clark <nick@ccl4.org>
Wed, 27 Jul 2011 13:36:35 +0000 (15:36 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:56 +0000 (11:53 +0200)
commit3cf3941efbe7151eded0f3d115e71a544defdf77
tree20c76272111ba8e0db82eda1947ded37eb9a77dd
parent01cace463300d82f8da82a3bb6b443463d0ab55b
In makedef.pl, tidy up the MYMALLOC logic.

No need to call try_symbols() for PL_malloc_mutex, as it is found in
perlvars.h. Unlike PL_perlio_mutex, PL_malloc_mutex isn't listed in the
main !USE_ITHREADS skip list - perhaps it should be for consistency.
makedef.pl