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 | 3caa92f7bd514082d3dcb176b91f1cca38a45a5a (patch) | |
tree | 21151e5dd854dd3b7e5eb9ce1e2bd240ed39d448 /embed.pl | |
parent | 68f9c01f28f50e71488439fd7e413ff8c4d1567c (diff) | |
download | perl-3caa92f7bd514082d3dcb176b91f1cca38a45a5a.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 */ |