diff options
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 */ |