Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage,
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 26 Oct 2008 20:54:43 +0000 (20:54 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 26 Oct 2008 20:54:43 +0000 (20:54 +0000)
commit12754f92d4030382428f3ea50316b5f5ec03b315
tree719f48a4186b4f01b13ea8045ce9abb3f96b521e
parentd8723f436e1dd34e1353ad7e3538918033d31d15
Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage,
so modules like Digest::MD5, that are including perl.h from
within an 'extern "C"' block, will actually see them when
building with a C++ compiler.

Also make sure that Perl_mem_log_(?:new|del)_sv are only seen
by sv.c.

p4raw-id: //depot/perl@34598
handy.h