From 97ef23675d8f5afe43d60a33d6ad50e784aeeed6 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 17 Jan 2009 06:38:58 +0000 Subject: 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby/intern.h') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 0e282c679..07ab6749a 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); -- cgit