diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-13 05:39:35 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-13 05:39:35 +0000 |
commit | 2a1b0ff2326ae53c299206f983413fa00a2c7ec5 (patch) | |
tree | 84e15b31de72e95a48dc2f0063477bba838b8060 /intern.h | |
parent | 1db8e80b29f41a3e413626bca4b95ff6a4cfe522 (diff) | |
download | ruby-2a1b0ff2326ae53c299206f983413fa00a2c7ec5.tar.gz |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r-- | intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |