From: Spider Boardman Date: Mon, 2 Aug 1999 16:11:13 +0000 (-0400) Subject: 5_59 configured with -Dd_bincompat5005 can't be made X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d3f0e046561ce8c2415d2f9fb335f3ab8fa9d70;p=p5sagit%2Fp5-mst-13.2.git 5_59 configured with -Dd_bincompat5005 can't be made binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC. To: perl5-porters@perl.org Subject: [ID 19990802.016] Not OK: perl 5.00559 Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com> p4raw-id: //depot/cfgperl@3907 --- diff --git a/embed.pl b/embed.pl index ec13498..09035e8 100755 --- a/embed.pl +++ b/embed.pl @@ -308,7 +308,9 @@ print EM <<'END'; # define Perl_set_numeric_local perl_set_numeric_local # define Perl_set_numeric_standard perl_set_numeric_standard # define PERL_POLLUTE -# define PERL_POLLUTE_MALLOC +# ifndef EMBEDMYMALLOC +# define PERL_POLLUTE_MALLOC +# endif #endif /* Hide global symbols */