mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* numeric.c (int_ord): remove K&R style.
patched by Daehyub Kim. https://github.com/ruby/ruby/pull/17 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
10c4a861eb
commit
074818f3b0
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon May 9 11:52:48 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* numeric.c (int_ord): remove K&R style.
|
||||
patched by Daehyub Kim. https://github.com/ruby/ruby/pull/17
|
||||
|
||||
Sun May 8 22:17:24 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* test/ruby/test_{complex2,complexrational}.rb: use skip.
|
||||
|
|
|
@ -2182,8 +2182,7 @@ int_chr(int argc, VALUE *argv, VALUE num)
|
|||
*/
|
||||
|
||||
static VALUE
|
||||
int_ord(num)
|
||||
VALUE num;
|
||||
int_ord(VALUE num)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue