diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-19 18:57:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-19 18:57:11 +0000 |
commit | 570c6a0d6baa43ddc6723315bcb20bc76fb8e44f (patch) | |
tree | 2874434069d9d3ce5537762c9879807e767695b7 /perlapi.h | |
parent | e6b2e7559f25acecc651c2f0d304b65728937d82 (diff) | |
download | perl-570c6a0d6baa43ddc6723315bcb20bc76fb8e44f.tar.gz |
Retract #13088: it seems that unless dump.c is extensively
reorganized as to what symbols it shows, when, and to whom,
we are stuck with having the dump.o symbols in the libperl
and thusly in the main Perl binary.
p4raw-id: //depot/perl@13100
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -937,6 +937,8 @@ END_EXTERN_C #define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL)) #undef PL_patleave #define PL_patleave (*Perl_Gpatleave_ptr(NULL)) +#undef PL_runops_dbg +#define PL_runops_dbg (*Perl_Grunops_dbg_ptr(NULL)) #undef PL_runops_std #define PL_runops_std (*Perl_Grunops_std_ptr(NULL)) #undef PL_sharedsv_space |