= procedure is brokwn

This commit is contained in:
Yuichi Nishiwaki 2014-01-13 13:55:08 +09:00
parent 5b068d7cc7
commit daf67c34d9
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ pic_number_nan_p(pic_state *pic)
return pic_true_value(); \
}
DEFINE_ARITH_CMP(=, eq)
DEFINE_ARITH_CMP(==, eq)
DEFINE_ARITH_CMP(<, lt)
DEFINE_ARITH_CMP(>, gt)
DEFINE_ARITH_CMP(<=, le)