summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-02 20:30:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-02 20:30:23 +0000
commit3d3b6b6ab18ad3a293b948e401c7027246b1a1fc (patch)
treef8d69740468f7f4ddda32cf9f65029db9ee91d85 /embed.h
parentbf9315bb7b3bbee98610905699a0af5e65da9269 (diff)
downloadperl-3d3b6b6ab18ad3a293b948e401c7027246b1a1fc.tar.gz
don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
in effect (from Spider Boardman <spider@leggy.zk3.dec.com>); regen headers p4raw-id: //depot/perl@3904
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index fe55f3b599..2d16e6ab68 100644
--- a/embed.h
+++ b/embed.h
@@ -30,7 +30,9 @@
# 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 */