summaryrefslogtreecommitdiff
path: root/embed.h
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.h
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.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index c332e05d6d..35ca872ae2 100644
--- a/embed.h
+++ b/embed.h
@@ -29,7 +29,6 @@
# 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 */