From 23303b8a63df927cd81b9947dd48e1b416e2a39c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 29 Nov 2001 15:57:25 +0000 Subject: * string.c (rb_str_equal): object with to_str must be treated as a string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index cdd56ba4ef..0780524a5b 100644 --- a/intern.h +++ b/intern.h @@ -251,6 +251,7 @@ VALUE rb_obj_id _((VALUE)); VALUE rb_obj_class _((VALUE)); VALUE rb_class_real _((VALUE)); VALUE rb_convert_type _((VALUE,int,const char*,const char*)); +VALUE rb_check_convert_type _((VALUE,int,const char*,const char*)); VALUE rb_to_int _((VALUE)); VALUE rb_Integer _((VALUE)); VALUE rb_Float _((VALUE)); -- cgit v1.2.3