From: Vincent Pit Date: Tue, 20 Jan 2009 00:17:59 +0000 (+0100) Subject: Spacing X-Git-Tag: v0.28~19 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=13da379dd5ef5646c7d6b4f586af90ea6e2c83bd;p=perl%2Fmodules%2FVariable-Magic.git Spacing --- diff --git a/Magic.xs b/Magic.xs index 0ecf693..820d249 100644 --- a/Magic.xs +++ b/Magic.xs @@ -267,14 +267,12 @@ STATIC SV *vmg_data_new(pTHX_ SV *ctor, SV *sv, AV *args) { call_sv(ctor, G_SCALAR); SPAGAIN; - nsv = POPs; #if VMG_HAS_PERL(5, 8, 3) SvREFCNT_inc(nsv); /* Or it will be destroyed in FREETMPS */ #else nsv = sv_newref(nsv); /* Workaround some bug in SvREFCNT_inc() */ #endif - PUTBACK; FREETMPS; @@ -510,7 +508,6 @@ STATIC int vmg_cb_call(pTHX_ SV *cb, SV *sv, SV *data, unsigned int flags, ...){ FREETMPS; LEAVE; - return ret; }