aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 82f785114d..2339f114d9 100644
--- a/proc.c
+++ b/proc.c
@@ -363,7 +363,7 @@ get_local_variable_ptr(VALUE envval, ID lid)
do {
const rb_iseq_t *iseq;
- int i;
+ unsigned int i;
GetEnvPtr(envval, env);
iseq = env->block.iseq;