summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorSpider Boardman <spider@orb.nashua.nh.us>1999-08-02 12:11:13 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-03 08:11:49 +0000
commit8d3f0e046561ce8c2415d2f9fb335f3ab8fa9d70 (patch)
tree21151e5dd854dd3b7e5eb9ce1e2bd240ed39d448 /embed.pl
parentee13e1759c1f1465f271937096a419896357e4d0 (diff)
downloadperl-8d3f0e046561ce8c2415d2f9fb335f3ab8fa9d70.tar.gz
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
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index ec134989d9..09035e8c6b 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 */