projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fb9da2c
)
Comment to SPAGAIN
gfx [Wed, 19 Aug 2009 03:47:27 +0000 (12:47 +0900)]
Moose.xs
patch
|
blob
|
blame
|
history
diff --git
a/Moose.xs
b/Moose.xs
index
6db0b4e
..
d2d7347
100644
(file)
--- 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 */
}
{