diff options
author | Spider Boardman <spider@orb.nashua.nh.us> | 1999-08-02 12:11:13 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-03 08:11:49 +0000 |
commit | 8d3f0e046561ce8c2415d2f9fb335f3ab8fa9d70 (patch) | |
tree | 21151e5dd854dd3b7e5eb9ce1e2bd240ed39d448 /embed.pl | |
parent | ee13e1759c1f1465f271937096a419896357e4d0 (diff) | |
download | perl-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-x | embed.pl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |