This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix the binary compatibility issue when building with/without
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 5 Jul 2001 00:52:57 +0000 (00:52 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 5 Jul 2001 00:52:57 +0000 (00:52 +0000)
commitcae6d0e5ad55f3d6c7902bf7cfc560481e827bb3
tree215b3828567ca9dacc002b6bd8677ce13150a6db
parent50dd6e574ff39b609595ddb16b2fe9f625a26f8c
fix the binary compatibility issue when building with/without
usemymalloc by exporting Perl_malloc() et al as simple wrappers
around the system functions (this allows most extensions built
using one mode to coexist with perls built in the other mode)

XXX the Perl_mfree() wrapper might need to do return(free()) on
platforms where Free_t isn't "void"

p4raw-id: //depot/perl@11152
embed.h
embed.pl
makedef.pl
proto.h
util.c