complex.c: removed already unused macros
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2697ae451d
commit
38b240156c
14
complex.c
14
complex.c
@ -65,20 +65,6 @@ f_##n(VALUE x, VALUE y)\
|
|||||||
return rb_funcall(x, id_##n, 1, y);\
|
return rb_funcall(x, id_##n, 1, y);\
|
||||||
}
|
}
|
||||||
|
|
||||||
#define math1(n) \
|
|
||||||
inline static VALUE \
|
|
||||||
m_##n(VALUE x)\
|
|
||||||
{\
|
|
||||||
return rb_funcall(rb_mMath, id_##n, 1, x);\
|
|
||||||
}
|
|
||||||
|
|
||||||
#define math2(n) \
|
|
||||||
inline static VALUE \
|
|
||||||
m_##n(VALUE x, VALUE y)\
|
|
||||||
{\
|
|
||||||
return rb_funcall(rb_mMath, id_##n, 2, x, y);\
|
|
||||||
}
|
|
||||||
|
|
||||||
#define PRESERVE_SIGNEDZERO
|
#define PRESERVE_SIGNEDZERO
|
||||||
|
|
||||||
inline static VALUE
|
inline static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user