summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-18 23:28:58 +0200
committerNicholas Clark <nick@ccl4.org>2011-08-01 11:53:50 +0200
commit51c93d9a89e7ff9381e13a9125c11ece2e32ec42 (patch)
treef0a3b27efe5f5fba331bbdec065d067178a97eef /makedef.pl
parent1ab20eaa59b8c29998d215d86ac042936c897794 (diff)
downloadperl-51c93d9a89e7ff9381e13a9125c11ece2e32ec42.tar.gz
In makedef.pl, remove Perl_safex{{c,m,re}alloc,free} from 4 skip lists.
All 4 were part of LEAKTEST, removed in 2002 with 7bab3ede7bf671f5.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl16
1 files changed, 0 insertions, 16 deletions
diff --git a/makedef.pl b/makedef.pl
index 60222c9645..0a353c2aa9 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -294,10 +294,6 @@ if ($PLATFORM eq 'win32') {
Perl_same_dirent
Perl_setenv_getix
Perl_watch
- Perl_safexcalloc
- Perl_safexmalloc
- Perl_safexfree
- Perl_safexrealloc
PL_cshlen
PL_cshname
Perl_do_exec
@@ -345,10 +341,6 @@ if ($PLATFORM eq 'wince') {
Perl_same_dirent
Perl_setenv_getix
Perl_watch
- Perl_safexcalloc
- Perl_safexmalloc
- Perl_safexfree
- Perl_safexrealloc
PL_cshlen
PL_cshname
Perl_do_exec
@@ -360,10 +352,6 @@ if ($PLATFORM eq 'wince') {
elsif ($PLATFORM eq 'aix') {
skip_symbols([qw(
Perl_ErrorNo
- Perl_safexcalloc
- Perl_safexfree
- Perl_safexmalloc
- Perl_safexrealloc
Perl_same_dirent
PL_statusvalue_vms
)]);
@@ -472,10 +460,6 @@ elsif ($PLATFORM eq 'netware') {
Perl_same_dirent
Perl_setenv_getix
Perl_watch
- Perl_safexcalloc
- Perl_safexmalloc
- Perl_safexfree
- Perl_safexrealloc
PL_cshlen
PL_cshname
Perl_do_exec