diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-19 19:17:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-19 19:17:14 +0000 |
commit | 4c1a4079c032bcbb24f59af69a30b1e085d7a9f2 (patch) | |
tree | 114bf0c9fb7cadee66788481c3d77386271a97e9 /makedef.pl | |
parent | f817a191324c71464703b880da5f82b20ac70b0d (diff) | |
download | perl-4c1a4079c032bcbb24f59af69a30b1e085d7a9f2.tar.gz |
The runops_debug needs to be present always, otherwise
places like AIX which need an explicit symbol export list
will croak when trying to build Devel::Peek (which uses
the runops_debug).
p4raw-id: //depot/perl@13102
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index ad51d8176c..40ede54186 100644 --- a/makedef.pl +++ b/makedef.pl @@ -422,7 +422,6 @@ unless ($define{'DEBUGGING'}) { Perl_debprofdump Perl_debstack Perl_debstackptrs - Perl_runops_debug Perl_sv_peek PL_block_type PL_watchaddr |