internal representation of floating point number is not float type but double

This commit is contained in:
Yuichi Nishiwaki 2014-09-26 14:38:05 +09:00
parent 44133ce693
commit f8e9091774
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ write_core(struct writer_control *p, pic_value obj)
size_t i;
xh_entry *e, *it;
int c;
float f;
double f;
/* shared objects */
if (pic_vtype(obj) == PIC_VTYPE_HEAP