aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-09 10:50:51 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-09 10:50:51 +0000
commitbc11aa72d322c910bf898324f6f64f7b49cc92df (patch)
tree60a58f4504aef3de43a8aff92f8c55a5c231502a /complex.c
parent88b6d5050bfaa9f0677cc8db2ad98dc155d067b1 (diff)
downloadruby-bc11aa72d322c910bf898324f6f64f7b49cc92df.tar.gz
* internal.h: added declarations.
* complex.c: followed the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/complex.c b/complex.c
index 7189e8bdf8..78f0902a83 100644
--- a/complex.c
+++ b/complex.c
@@ -486,7 +486,6 @@ nucomp_f_complex(int argc, VALUE *argv, VALUE klass)
}
#define imp1(n) \
-extern VALUE rb_math_##n(VALUE x);\
inline static VALUE \
m_##n##_bang(VALUE x)\
{\
@@ -494,7 +493,6 @@ m_##n##_bang(VALUE x)\
}
#define imp2(n) \
-extern VALUE rb_math_##n(VALUE x, VALUE y);\
inline static VALUE \
m_##n##_bang(VALUE x, VALUE y)\
{\