summaryrefslogtreecommitdiff
path: root/perl_exp.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-08 13:23:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-08 13:23:16 +0000
commitf25172013443eb112285f24a09b83900edb8a738 (patch)
tree678f9789da4edbccaa4836270985332e36f7f449 /perl_exp.SH
parent651b9576cc8d7812bbcba060854ec8a56f698aae (diff)
downloadperl-f25172013443eb112285f24a09b83900edb8a738.tar.gz
make safesysmalloc() etc., always available; safemalloc() et al are
now macros that point to the right malloc; fix various places in sources that need to always use safesysmalloc() et al p4raw-id: //depot/perl@2834
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