(finally!) hunt the bug. no more segv on error in repl

This commit is contained in:
Yuichi Nishiwaki 2014-02-19 02:24:30 +09:00
parent b69b549fca
commit d718490a03
1 changed files with 1 additions and 2 deletions

View File

@ -167,8 +167,7 @@ NORETURN static pic_value
pic_error_error(pic_state *pic)
{
char *str;
int len;
size_t argc;
size_t len, argc;
pic_value *argv;
struct pic_error *e;