X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=xs-src%2FMouseTypeConstraints.xs;h=6695c71d9fff860346c9f2a3fdeef9dd5de00e1f;hp=3f0a3d304941f2a40cfb58ce2c5179a07775c821;hb=31a596ed4b2890a593de4ecf9197f1452406e04b;hpb=95637edb1de318b764f8ec2fc8b5c5c8d4430010 diff --git a/xs-src/MouseTypeConstraints.xs b/xs-src/MouseTypeConstraints.xs index 3f0a3d3..6695c71 100644 --- 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");