From bd5567f19dd1845f730a6ffa01270ef67f118193 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Dec 1999 09:04:03 +0000 Subject: 19991206 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 1 + 1 file changed, 1 insertion(+) (limited to 'object.c') diff --git a/object.c b/object.c index 6314974e3..be070a9ac 100644 --- a/object.c +++ b/object.c @@ -598,6 +598,7 @@ static VALUE rb_class_s_inherited() { rb_raise(rb_eTypeError, "can't make subclass of Class"); + return Qnil; /* dummy */ } static VALUE -- cgit