avoid comparison between signed and unsigned

This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-12-01 10:18:01 +09:00
parent 1636ad41a6
commit 85bd99757c
+1 -1
View File
@@ -333,7 +333,7 @@ main(int argc, char **argv)
char last_code_line[1024] = { 0 };
#ifndef ENABLE_READLINE
int last_char;
int char_index;
size_t char_index;
#else
char *history_path;
#endif