X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=XSUB.h;h=a137c42ab9020a85f7c91169579168febc217f01;hb=79522dd28c2cdf92c115561db038e46cd34e5073;hp=9f881a2ebdb4a832831c8689a0893566746d6162;hpb=00b1698f76403476df2006ff536ab00ffc650220;p=p5sagit%2Fp5-mst-13.2.git diff --git a/XSUB.h b/XSUB.h index 9f881a2..a137c42 100644 --- a/XSUB.h +++ b/XSUB.h @@ -398,6 +398,12 @@ Rethrows a previously caught exception. See L. #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