do_spawn() cleanup from Charles Lane.
[p5sagit/p5-mst-13.2.git] / perlapi.h
index 0592374..f200326 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -573,6 +573,8 @@ END_EXTERN_C
 #define PL_utf8_punct          (*Perl_Iutf8_punct_ptr(aTHX))
 #undef  PL_utf8_space
 #define PL_utf8_space          (*Perl_Iutf8_space_ptr(aTHX))
+#undef  PL_utf8_tofold
+#define PL_utf8_tofold         (*Perl_Iutf8_tofold_ptr(aTHX))
 #undef  PL_utf8_tolower
 #define PL_utf8_tolower                (*Perl_Iutf8_tolower_ptr(aTHX))
 #undef  PL_utf8_totitle
@@ -935,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