[bugfix] 'type' field is now of pic_sym type

This commit is contained in:
Yuichi Nishiwaki 2014-09-17 00:32:52 +09:00
parent 78a982fb41
commit 486c99bf6f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ pic_pop_try(pic_state *pic)
}
static struct pic_error *
make_error(pic_state *pic, short type, pic_str *msg, pic_value irrs)
make_error(pic_state *pic, pic_sym type, pic_str *msg, pic_value irrs)
{
struct pic_error *e;
pic_str *stack;