This commit is contained in:
Yuichi Nishiwaki 2014-03-31 08:27:04 +09:00
parent ed0146e7a9
commit 4549625182
1 changed files with 1 additions and 2 deletions

View File

@ -509,8 +509,7 @@ macroexpand_node(pic_state *pic, pic_value expr, struct pic_senv *senv)
case PIC_TT_VAR:
case PIC_TT_IREP:
case PIC_TT_DATA:
pic_error(pic, "unexpected value type");
return pic_undef_value(); /* unreachable */
pic_errorf(pic, "unexpected value type: ~s", expr);
}
UNREACHABLE();
}