From 486c99bf6fdebf453c3aa2199c4c48715e50828e Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Wed, 17 Sep 2014 00:32:52 +0900 Subject: [PATCH] [bugfix] 'type' field is now of pic_sym type --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.c b/error.c index dad4a604..82f7f968 100644 --- a/error.c +++ b/error.c @@ -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;