mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* complex.c (k_exact_one_p): remove unused macro k_exact_one_p.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c959238445
commit
cf204a8943
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,8 @@ Tue Mar 25 06:55:43 2015 Kazuki Tanaka <gogotanaka@ruby-lang.org>
|
|||
* complex.c (k_inexact_p, k_exact_zero_p): use k_exact_zero_p macro
|
||||
to remove k_inexact_p macro.
|
||||
|
||||
* complex.c (k_exact_one_p): remove unused macro k_exact_one_p.
|
||||
|
||||
Tue Mar 24 22:23:33 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* doc/extention.rdoc: move from toplevel document and added extname.
|
||||
|
|
|
@ -267,7 +267,6 @@ k_complex_p(VALUE x)
|
|||
#define k_exact_p(x) (!k_float_p(x))
|
||||
|
||||
#define k_exact_zero_p(x) (k_exact_p(x) && f_zero_p(x))
|
||||
#define k_exact_one_p(x) (k_exact_p(x) && f_one_p(x))
|
||||
|
||||
#define get_dat1(x) \
|
||||
struct RComplex *dat;\
|
||||
|
|
Loading…
Add table
Reference in a new issue