projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c72bb9
)
minor oops, s/int/I32/, probably not worth a release, every compiled should have...
Brandon L Black [Wed, 13 Jun 2007 13:00:59 +0000 (13:00 +0000)]
XS.xs
patch
|
blob
|
blame
|
history
diff --git
a/XS.xs
b/XS.xs
index
9e360b2
..
9f7a63b
100644
(file)
--- a/
XS.xs
+++ b/
XS.xs
@@
-296,7
+296,7
@@
XS(XS_Class_C3_XS_nextcan)
HV* nmcache;
HE* cache_entry;
SV* cachekey;
- int i;
+ I32 i;
SP -= items;