improve error message

This commit is contained in:
Yuichi Nishiwaki 2015-01-19 13:12:45 +09:00
parent 3b3032ee55
commit ce3cf1741d
1 changed files with 1 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ codegen(codegen_state *state, pic_value obj)
cxt->clen++;
return;
}
pic_errorf(pic, "codegen: unknown AST type");
pic_errorf(pic, "codegen: unknown AST type ~s", obj);
}
static struct pic_irep *