This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get -Accflags=-DPERL_MEM_LOG compiling again
authorMatthew Horsfall <wolfsage@gmail.com>
Fri, 1 Apr 2016 16:44:49 +0000 (12:44 -0400)
committerDavid Mitchell <davem@iabyn.com>
Tue, 5 Apr 2016 11:08:24 +0000 (12:08 +0100)
commit6fb87544af0ff2b9b9c12038bc0fb261f56a7d88
tree66da80f2fbe098887d8e0b27081ead9197097b5b
parent726368e016b611dfdf44e3a9a53e572b2e25de73
Get -Accflags=-DPERL_MEM_LOG compiling again

It had rotted a bit Well, more than one probably.

Move the declarations of the functions Perl_mem_log_alloc etc from handy.h
into embed.fnc where whey belong, and where Malloc_t will have already
been defined.
embed.fnc
embed.h
handy.h
pod/perlhacktips.pod
proto.h
util.c