Merge pull request #127 from KeenS/hotfix

silence warning from gc.c
This commit is contained in:
Yuichi Nishiwaki 2014-06-07 21:35:37 +09:00
commit 9beca60a5a
1 changed files with 1 additions and 2 deletions

View File

@ -533,8 +533,7 @@ gc_mark_phase(pic_state *pic)
{
pic_value *stack;
pic_callinfo *ci;
size_t i;
int j;
size_t i, j;
xh_iter it;
/* block */