mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/-test-/num2int/num2int.c: remove an unnecessary and wrong decl
of rb_stdout. it's declared in ruby.h correctly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5db50ed02d
commit
ce03ef0242
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Nov 16 10:45:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/-test-/num2int/num2int.c: remove an unnecessary and wrong decl
|
||||
of rb_stdout. it's declared in ruby.h correctly.
|
||||
|
||||
Wed Nov 16 10:26:41 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning.
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#include <ruby.h>
|
||||
|
||||
extern VALUE rb_stdout;
|
||||
|
||||
static VALUE
|
||||
print_num2short(VALUE obj, VALUE num)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue