]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - Types.xs
Newx is no longer needed
[perl/modules/Lexical-Types.git] / 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