summaryrefslogtreecommitdiffstats
path: root/src/if_perl.xs
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_perl.xs')
-rw-r--r--src/if_perl.xs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/if_perl.xs b/src/if_perl.xs
index 09a7fba4c0..356108598b 100644
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -1562,11 +1562,11 @@ Eval(str)
SV*
Blob(SV* sv)
PREINIT:
- STRLEN len;
- char *s;
- int i;
- char buf[3];
- SV* newsv;
+ STRLEN len;
+ char *s;
+ unsigned i;
+ char buf[3];
+ SV* newsv;
CODE:
s = SvPVbyte(sv, len);