summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-29 15:57:25 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-29 15:57:25 +0000
commitd300a4a2fb3eeaa5fad17adfc0407a885c9152ba (patch)
treedd7c8c1a9bb43c226ca5e1702b418f11a94ffd3e /intern.h
parent8c1a41589c8cdd898b0da42cef09f9c68e0bcf1f (diff)
downloadruby-d300a4a2fb3eeaa5fad17adfc0407a885c9152ba.tar.gz
ruby-d300a4a2fb3eeaa5fad17adfc0407a885c9152ba.tar.xz
ruby-d300a4a2fb3eeaa5fad17adfc0407a885c9152ba.zip
* string.c (rb_str_equal): object with to_str must be treated as a
string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index cdd56ba4e..0780524a5 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));