summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-13 05:39:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-13 05:39:35 +0000
commitee163b4ebf8f30f133e33a45cf8c879a3b5a09e9 (patch)
tree84e15b31de72e95a48dc2f0063477bba838b8060 /intern.h
parentb5f3220dfab86e2ac94e0120b8a544ee08a44319 (diff)
downloadruby-ee163b4ebf8f30f133e33a45cf8c879a3b5a09e9.tar.gz
ruby-ee163b4ebf8f30f133e33a45cf8c879a3b5a09e9.tar.xz
ruby-ee163b4ebf8f30f133e33a45cf8c879a3b5a09e9.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1037 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 6fe2783f2..913e2c085 100644
--- a/intern.h
+++ b/intern.h
@@ -227,6 +227,7 @@ VALUE rb_obj_untaint _((VALUE));
VALUE rb_obj_freeze _((VALUE));
VALUE rb_obj_id _((VALUE));
VALUE rb_convert_type _((VALUE,int,const char*,const char*));
+VALUE rb_to_int _((VALUE));
VALUE rb_Integer _((VALUE));
VALUE rb_Float _((VALUE));
VALUE rb_String _((VALUE));