Change 13102 by jhi@alpha on 2001/11/19 19:17:14
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).
Affected files ...
.... //depot/perl/makedef.pl#97 edit
Differences ...
==== //depot/perl/makedef.pl#97 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl.~1~ Mon Nov 19 12:30:05 2001
+++ perl/makedef.pl Mon Nov 19 12:30:05 2001
@@ -422,7 +422,6 @@
Perl_debprofdump
Perl_debstack
Perl_debstackptrs
- Perl_runops_debug
Perl_sv_peek
PL_block_type
PL_watchaddr
End of Patch.