diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-08 13:23:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-08 13:23:16 +0000 |
commit | f25172013443eb112285f24a09b83900edb8a738 (patch) | |
tree | 678f9789da4edbccaa4836270985332e36f7f449 /perl_exp.SH | |
parent | 651b9576cc8d7812bbcba060854ec8a56f698aae (diff) | |
download | perl-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.SH | 20 |
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 |