From bf2114192918cde92221570ee760b9651d2f4443 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 18 Dec 2004 02:07:31 +0000 Subject: * dir.c (dir_open_dir): new function. [ruby-dev:25242] * hash.c (Init_Hash): remove custom "hash" and "eql?". * lib/set.rb (Set::eql): wrong definition. [ruby-dev:25207] * object.c (rb_obj_id_obsolete): warn always. * eval.c (rb_enable_super): ditto. * lib/set.rb (Set#==): [ruby-dev:25206] * lib/pstore.rb (PStore#transaction): Use the empty content when a file is not found. [ruby-dev:24561] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 596cb8091..a8a3cb19e 100644 --- a/eval.c +++ b/eval.c @@ -538,7 +538,7 @@ rb_enable_super(klass, name) VALUE klass; const char *name; { - rb_warning("rb_enable_super() is obsolete"); + rb_warn("rb_enable_super() is obsolete"); } static void -- cgit