summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-08-27 18:21:27 +0000
committerArtur Bergman <sky@nanisky.com>2001-08-27 18:21:27 +0000
commit438c221d2a8e6fa132b664b70062215bf9c6ef42 (patch)
treef6bbff6e0ad787fe5163fea9bd63dd33d8e2f49d /perlapi.h
parent2ac1ef3d129ac2446fc0d2ea08ecbbd4bd583ff4 (diff)
downloadperl-438c221d2a8e6fa132b664b70062215bf9c6ef42.tar.gz
Regen headers
p4raw-id: //depot/perl@11760
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 8c9bb5ce77..92d48529af 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -180,6 +180,10 @@ START_EXTERN_C
#define PL_curstname (*Perl_Icurstname_ptr(aTHXo))
#undef PL_curthr
#define PL_curthr (*Perl_Icurthr_ptr(aTHXo))
+#undef PL_custom_op_descs
+#define PL_custom_op_descs (*Perl_Icustom_op_descs_ptr(aTHXo))
+#undef PL_custom_op_names
+#define PL_custom_op_names (*Perl_Icustom_op_names_ptr(aTHXo))
#undef PL_dbargs
#define PL_dbargs (*Perl_Idbargs_ptr(aTHXo))
#undef PL_debstash