aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 15:13:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 15:13:05 +0000
commit2b9191e5572f165ea88295094dcbf3f466684902 (patch)
treefc397b34b1c99c78970a248abfc3737bf310df71 /complex.c
parentcebd7eca53db168754836764928dafe296a09b91 (diff)
downloadruby-2b9191e5572f165ea88295094dcbf3f466684902.tar.gz
* internal.h: Gather declarations in non-header files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 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 87f96f4e07..11a394c6ce 100644
--- a/complex.c
+++ b/complex.c
@@ -1633,8 +1633,6 @@ isimagunit(int c)
c == 'j' || c == 'J');
}
-VALUE rb_cstr_to_rat(const char *, int);
-
static VALUE
str2num(char *s)
{