PERL_POLLUTE isn't required for bincompat, so don't enable
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 27 Sep 1999 02:03:48 +0000 (02:03 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 27 Sep 1999 02:03:48 +0000 (02:03 +0000)
it automatically

p4raw-id: //depot/perl@4238

embed.h
embed.pl

diff --git a/embed.h b/embed.h
index c332e05..35ca872 100644 (file)
--- 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 */
index cea3fd2..b629a61 100755 (executable)
--- 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 */