avoid compiler warning

This commit is contained in:
Gustavo Massaccesi 2016-02-08 12:33:04 -03:00
parent 3e29101e48
commit 6cd225e073

View File

@ -698,7 +698,7 @@ const char *scheme_symbol_name_and_size(Scheme_Object *sym, uintptr_t *length, i
mzchar cbuf[100], *cs, *cresult;
intptr_t clen;
int p = 0;
uintptr_t i = 0;
intptr_t i = 0;
intptr_t rlen;
dz = 0;