summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-18 04:56:27 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-18 04:56:27 +0000
commit32dc42cf1a248821df7594047bd3fd7822622b32 (patch)
treeb44992897e705edbaec22a2c5e4aee402c5d5177 /object.c
parentec6b316cf26eae7eb36e3f9bce24110319e33e35 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/object.c b/object.c
index 0e3bfdf31b..5e63f82415 100644
--- a/object.c
+++ b/object.c
@@ -29,10 +29,7 @@ static VALUE cNilClass;
static VALUE cTrueClass;
static VALUE cFalseClass;
-struct st_table *new_idhash();
-
VALUE f_sprintf();
-
VALUE obj_alloc();
static ID eq, eql;
@@ -785,7 +782,7 @@ rb_convert_type(val, type, tname, method)
return val;
}
-double big2dbl();
+double big2dbl _((VALUE));
VALUE
f_float(obj, arg)