projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
95637ed
)
$type_constraint->check() accepts extra arguments
Fuji, Goro [Mon, 14 Mar 2011 01:44:49 +0000 (10:44 +0900)]
xs-src/MouseTypeConstraints.xs
patch
|
blob
|
blame
|
history
diff --git
a/xs-src/MouseTypeConstraints.xs
b/xs-src/MouseTypeConstraints.xs
index
3f0a3d3
..
6695c71
100644
(file)
--- a/
xs-src/MouseTypeConstraints.xs
+++ b/
xs-src/MouseTypeConstraints.xs
@@
-804,7
+804,7
@@
CODE:
}
bool
-check(SV* self, SV* sv)
+check(SV* self, SV* sv, ...)
CODE:
{
SV* const check = get_slots(self, "compiled_type_constraint");