summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-11-18 13:23:33 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-11-18 13:23:33 +0000
commit543c00c93a3f7ccd573dc2e23ffd06654cf38058 (patch)
treeda52a681c4a1c021985ce7fecb0b141e2a23a4cf /perlapi.h
parent60e4ec2e6ee5ed6e4095807a4e0ada718c12b221 (diff)
downloadperl-543c00c93a3f7ccd573dc2e23ffd06654cf38058.tar.gz
embed.pl generated changes I forgot to include
p4raw-id: //depot/perlio@13068
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index c247aae557..f200326785 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -937,6 +937,10 @@ 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
#define PL_sharedsv_space (*Perl_Gsharedsv_space_ptr(NULL))
#undef PL_sharedsv_space_mutex