summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-27 02:03:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-27 02:03:48 +0000
commitfe807a307a1ce5cf0be6275cfbbc2dd52b2e250a (patch)
tree2ae534665661fefd5a8c8971651152bc25febb5c /embed.pl
parent4ad56ec9b035a619c0146fe1a32bb4d485c6c580 (diff)
downloadperl-fe807a307a1ce5cf0be6275cfbbc2dd52b2e250a.tar.gz
PERL_POLLUTE isn't required for bincompat, so don't enable
it automatically p4raw-id: //depot/perl@4238
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index cea3fd2034..b629a6105f 100755
--- a/embed.pl
+++ b/embed.pl
@@ -302,7 +302,6 @@ print EM <<'END';
# define Perl_safesysrealloc Perl_saferealloc
# define Perl_set_numeric_local perl_set_numeric_local
# define Perl_set_numeric_standard perl_set_numeric_standard
-# define PERL_POLLUTE
/* malloc() pollution was the default in earlier versions, so enable
* it for bincompat; but not for systems that used to do prevent that,
* or when they ask for {HIDE,EMBED}MYMALLOC */