From: Vincent Pit Date: Fri, 31 Dec 2010 16:34:14 +0000 (+0100) Subject: Get rid of ENTERn/LEAVEn X-Git-Tag: v0.10~20 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=c530c61ff04bdbd8bc101a3e88273fc4219d963e Get rid of ENTERn/LEAVEn They are no longer needed since 420f91f3c4f8aa318ede84928eb7c671921500ea. --- diff --git a/Types.xs b/Types.xs index cfd32cd..375d771 100644 --- a/Types.xs +++ b/Types.xs @@ -39,20 +39,6 @@ # define SvREFCNT_inc_simple_NN SvREFCNT_inc #endif -#undef ENTERn -#if defined(ENTER_with_name) && !LT_HAS_PERL(5, 11, 4) -# define ENTERn(N) ENTER_with_name(N) -#else -# define ENTERn(N) ENTER -#endif - -#undef LEAVEn -#if defined(LEAVE_with_name) && !LT_HAS_PERL(5, 11, 4) -# define LEAVEn(N) LEAVE_with_name(N) -#else -# define LEAVEn(N) LEAVE -#endif - /* ... Thread safety and multiplicity ...................................... */ #ifndef LT_MULTIPLICITY