Revert "int div int becomes float"

This reverts commit 15411c9777.
This commit is contained in:
Yuichi Nishiwaki 2015-07-13 09:56:59 +09:00
parent 70f905dbdf
commit 269f4719f4
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ pic_eqv_p(pic_value x, pic_value y)
pic_define_aop(pic_add, +, true)
pic_define_aop(pic_sub, -, true)
pic_define_aop(pic_mul, *, true)
pic_define_aop(pic_div, /, false)
pic_define_aop(pic_div, /, f == round(f))
#if PIC_ENABLE_FLOAT
# define pic_define_cmp(name, op) \