projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
66aa0bf
)
Fix a mis-use of [ap]THX_ (thanks to Vincent Pit)
Fuji, Goro [Tue, 5 Oct 2010 10:25:11 +0000 (19:25 +0900)]
xs-src/Mouse.xs
patch
|
blob
|
blame
|
history
diff --git
a/xs-src/Mouse.xs
b/xs-src/Mouse.xs
index
16db0c4
..
32ab97c
100644
(file)
--- a/
xs-src/Mouse.xs
+++ b/
xs-src/Mouse.xs
@@
-184,7
+184,7
@@
mouse_get_xc_wo_check(pTHX_ SV* const metaclass) {
}
static int
-mouse_xc_is_fresh(aTHX_ AV* const xc) {
+mouse_xc_is_fresh(pTHX_ AV* const xc) {
HV* const stash = MOUSE_xc_stash(xc);
SV* const gen = MOUSE_xc_gen(xc);
if(SvUVX(gen) != 0U && MOUSE_xc_flags(xc) & MOUSEf_XC_IS_IMMUTABLE) {