From: Vincent Pit Date: Sat, 7 Mar 2009 15:37:40 +0000 (+0100) Subject: Newx is no longer needed X-Git-Tag: v0.04~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=e0816b772aa735946828e9486e8ab312fc8c92d8 Newx is no longer needed --- diff --git a/Types.xs b/Types.xs index 0b5b3f5..d2bfb03 100644 --- a/Types.xs +++ b/Types.xs @@ -23,10 +23,6 @@ # endif #endif -#ifndef Newx -# define Newx(v, n, c) New(0, v, n, c) -#endif - #ifndef HvNAME_get # define HvNAME_get(H) HvNAME(H) #endif