Upgrade to Module-Build-0.27_09
[p5sagit/p5-mst-13.2.git] / XSUB.h
diff --git a/XSUB.h b/XSUB.h
index 03e6f83..a137c42 100644 (file)
--- a/XSUB.h
+++ b/XSUB.h
@@ -376,6 +376,7 @@ Rethrows a previously caught exception.  See L<perlguts/"Exception Handling">.
 #  define VTBL_isa             &PL_vtbl_isa
 #  define VTBL_isaelem         &PL_vtbl_isaelem
 #  define VTBL_arylen          &PL_vtbl_arylen
+#  define VTBL_glob            &PL_vtbl_glob
 #  define VTBL_mglob           &PL_vtbl_mglob
 #  define VTBL_nkeys           &PL_vtbl_nkeys
 #  define VTBL_taint           &PL_vtbl_taint
@@ -397,6 +398,12 @@ Rethrows a previously caught exception.  See L<perlguts/"Exception Handling">.
 #endif
 
 #include "perlapi.h"
+#ifndef PERL_MAD
+#  undef PL_madskills
+#  undef PL_xmlfp
+#  define PL_madskills 0
+#  define PL_xmlfp 0
+#endif
 
 #if defined(PERL_IMPLICIT_CONTEXT) && !defined(PERL_NO_GET_CONTEXT) && !defined(PERL_CORE)
 #  undef aTHX