From: Florian Ragwitz Date: Mon, 16 Mar 2009 17:54:48 +0000 (+0100) Subject: Make the xs exception catching macros available. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b42d7cc436babdcb932003729ddf4c63e819131;p=gitmo%2FClass-MOP.git Make the xs exception catching macros available. --- diff --git a/include/mop.h b/include/mop.h index f6ea76f..e32aace 100644 --- a/include/mop.h +++ b/include/mop.h @@ -3,6 +3,8 @@ #include "EXTERN.h" #include "perl.h" + +#define NO_XSLOCKS #include "XSUB.h" #define NEED_newRV_noinc