summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
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)