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 | 4b149303a38baf593304252faf4e36d1813d332e (patch) | |
tree | 678f9789da4edbccaa4836270985332e36f7f449 /global.sym | |
parent | adc41fd07a5edfdcded054c7557dd62ddaddeca9 (diff) | |
download | perl-4b149303a38baf593304252faf4e36d1813d332e.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 'global.sym')
-rw-r--r-- | global.sym | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/global.sym b/global.sym index 0c6eece211..7295be6a9f 100644 --- a/global.sym +++ b/global.sym @@ -435,10 +435,10 @@ runops_standard rxres_free rxres_restore rxres_save -safecalloc -safefree -safemalloc -saferealloc +safesyscalloc +safesysfree +safesysmalloc +safesysrealloc safexcalloc safexfree safexmalloc |