5_59 configured with -Dd_bincompat5005 can't be made
Spider Boardman [Mon, 2 Aug 1999 16:11:13 +0000 (12:11 -0400)]
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

embed.pl

index ec13498..09035e8 100755 (executable)
--- 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 */