11792 wasn't complete
[p5sagit/p5-mst-13.2.git] / perlapi.h
index 8c9bb5c..92d4852 100644 (file)
--- 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