summaryrefslogtreecommitdiff
path: root/perl_exp.SH
diff options
context:
space:
mode:
Diffstat (limited to 'perl_exp.SH')
-rw-r--r--perl_exp.SH20
1 files changed, 1 insertions, 19 deletions
diff --git a/perl_exp.SH b/perl_exp.SH
index 51c3ab2584..6bf0d7c941 100644
--- a/perl_exp.SH
+++ b/perl_exp.SH
@@ -100,29 +100,11 @@ perl_call_sv
perl_eval_pv
perl_eval_sv
perl_require_pv
-END
-
-case "$ccflags" in
-*-DHIDEMYMALLOC*)
- cat >>perl.exp <<END
-Mymalloc
-Mycalloc
-Myremalloc
-Myfree
-END
- ;;
-esac
-
-case "$ccflags" in
-*-DEMBEDMYMALLOC*)
- cat >>perl.exp <<END
Perl_malloc
Perl_calloc
Perl_realloc
-Perl_free
+Perl_mfree
END
- ;;
-esac
# The shebang line nicely sorts as the first one.
sort -o perl.exp -u perl.exp