]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Newx is no longer needed
authorVincent Pit <vince@profvince.com>
Sat, 7 Mar 2009 15:37:40 +0000 (16:37 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 7 Mar 2009 15:37:40 +0000 (16:37 +0100)
Types.xs

index 0b5b3f5fd1c97f2581f7f2c775bf00d836e2b547..d2bfb0342727c1a76db7fa3027c8171879114b2e 100644 (file)
--- a/Types.xs
+++ b/Types.xs
 # 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