Skip to content

Commit

Permalink
* complex.c (k_exact_one_p): remove unused macro k_exact_one_p.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
gogotanaka committed Mar 24, 2015
1 parent c959238 commit cf204a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion complex.c
Expand Up @@ -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;\
Expand Down

0 comments on commit cf204a8

Please sign in to comment.