X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Magic.xs;h=0915f4b861a527a5ba6337a57174e81db5fec5ad;hb=5da9eced4d67967716f8a45b246253d55ee01730;hp=590d6afe3cf593e37f37c8c5825c3e35db59d603;hpb=70ed3b484d6c65160db5685da4ae40580c60f1af;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Magic.xs b/Magic.xs index 590d6af..0915f4b 100644 --- a/Magic.xs +++ b/Magic.xs @@ -89,10 +89,6 @@ STATIC SV *vmg_clone(pTHX_ SV *sv, tTHX owner) { # define Newx(v, n, c) New(0, v, n, c) #endif -#ifndef NewOp -# define NewOp(m, var, c, type) Newz(m, var, c, type) -#endif - #ifndef SvMAGIC_set # define SvMAGIC_set(sv, val) (SvMAGIC(sv) = (val)) #endif