summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-19 18:57:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-19 18:57:11 +0000
commit570c6a0d6baa43ddc6723315bcb20bc76fb8e44f (patch)
tree2874434069d9d3ce5537762c9879807e767695b7 /perlapi.h
parente6b2e7559f25acecc651c2f0d304b65728937d82 (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index e5b3654ae1..f200326785 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -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