зеркало из https://github.com/github/ruby.git
* 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:
Родитель
5db50ed02d
Коммит
ce03ef0242
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче