From: gfx Date: Wed, 19 Aug 2009 03:47:27 +0000 (+0900) Subject: Comment to SPAGAIN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29bfd737e40b45cd526f6bc6170ecf5fd5ee3648;p=gitmo%2FMoose.git Comment to SPAGAIN --- diff --git a/Moose.xs b/Moose.xs index 6db0b4e..d2d7347 100644 --- a/Moose.xs +++ b/Moose.xs @@ -360,6 +360,7 @@ moose_attr_get(pTHX_ SV* const self, MAGIC* const mg){ PUTBACK; call_method("set_initial_value", G_VOID | G_DISCARD); + /* need not SPAGAIN */ } } @@ -418,6 +419,7 @@ moose_attr_set(pTHX_ SV* const self, MAGIC* const mg, SV* value){ PUTBACK; call_sv(trigger, G_VOID | G_DISCARD); + /* need not SPAGAIN */ } {