add noreturn mark

This commit is contained in:
Yuichi Nishiwaki 2014-09-24 20:01:21 +09:00
parent 44c1debbbe
commit d6104b8b25
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ pic_errmsg(pic_state *pic)
return pic_str_cstr(str); return pic_str_cstr(str);
} }
static pic_value noreturn static pic_value
native_exception_handler(pic_state *pic) native_exception_handler(pic_state *pic)
{ {
pic_value err; pic_value err;