summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 06:38:58 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 06:38:58 +0000
commit8475b6c3c7e51b7eb0fdc78d1308e0e98e054e81 (patch)
tree2c3fd264a6fd4770b3d80a12cc4153e6abba244b /include
parent95b064087699d50ffb14a1d9c18095987723ab36 (diff)
merges r21179 from trunk into ruby_1_9_1.
* pack.c (pack_pack): template f should not accept non float values. [ruby-dev:37656] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index 0e282c6790..07ab6749a3 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -452,6 +452,7 @@ VALUE rb_check_convert_type(VALUE,int,const char*,const char*);
VALUE rb_check_to_integer(VALUE, const char *);
VALUE rb_to_int(VALUE);
VALUE rb_Integer(VALUE);
+VALUE rb_to_float(VALUE);
VALUE rb_Float(VALUE);
VALUE rb_String(VALUE);
VALUE rb_Array(VALUE);