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

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;