summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/object.c b/object.c
index 67528fb925..f95c79be7a 100644
--- a/object.c
+++ b/object.c
@@ -686,10 +686,10 @@ rb_module_s_alloc(klass)
return mod;
}
+static VALUE rb_class_s_alloc _((VALUE));
static VALUE
-rb_class_s_alloc(argc, argv)
- int argc;
- VALUE *argv;
+rb_class_s_alloc(klass)
+ VALUE klass;
{
return rb_class_boot(0);
}