fflush buffer in pic_debug

This commit is contained in:
Yuichi Nishiwaki 2014-01-24 17:11:52 +09:00
parent 9dd04fd3b3
commit 09840601c4
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ void
pic_debug(pic_state *pic, pic_value obj)
{
write(pic, obj);
fflush(stdout);
}
static pic_value