]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Get rid of ENTERn/LEAVEn
authorVincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 16:34:14 +0000 (17:34 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 16:34:14 +0000 (17:34 +0100)
They are no longer needed since 420f91f3c4f8aa318ede84928eb7c671921500ea.

Types.xs

index cfd32cd0e3ff5dd9958d127bda8c944fba39f008..375d771176f12c374f8b84b8fd09a94756d17b0b 100644 (file)
--- a/Types.xs
+++ b/Types.xs
 # 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