projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
016e468
)
mouse_tc is always true
gfx [Sat, 31 Oct 2009 06:22:10 +0000 (15:22 +0900)]
mouse.h
patch
|
blob
|
blame
|
history
diff --git
a/mouse.h
b/mouse.h
index
66c4735
..
8d25738
100644
(file)
--- a/
mouse.h
+++ b/
mouse.h
@@
-126,7
+126,7
@@
XS(mouse_xs_reader);
XS(mouse_xs_writer);
typedef enum mouse_tc{
- MOUSE_TC_ANY,
+ MOUSE_TC_ANY = 1,
MOUSE_TC_ITEM,
MOUSE_TC_UNDEF,
MOUSE_TC_DEFINED,
@@
-181,5
+181,7
@@
int mouse_is_an_instance_of(pTHX_ HV* const stash, SV* const instance);
XS(XS_Mouse_parameterized_check);
+XS(XS_Mouse__Util__TypeConstraints_Item);
+
#endif /* !MOUSE_H */