From: Brandon L Black Date: Wed, 13 Jun 2007 13:00:59 +0000 (+0000) Subject: minor oops, s/int/I32/, probably not worth a release, every compiled should have... X-Git-Tag: 0.09~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54d13ec684a9cbb0d1c52096631e92988e616578;p=gitmo%2FClass-C3-XS.git minor oops, s/int/I32/, probably not worth a release, every compiled should have an int type that goes from 0 to 2 I would hope... --- diff --git a/XS.xs b/XS.xs index 9e360b2..9f7a63b 100644 --- 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;