зеркало из https://github.com/github/ruby.git
* include/ruby/intern.h (rb_uint2big, rb_int2big, rb_uint2inum)
(rb_int2inum, rb_ll2inum, rb_ull2inum): removed because ruby.h has a declaration for these. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
6591e26eb2
Коммит
f3c9bb063e
|
@ -1,3 +1,9 @@
|
|||
Wed May 8 13:49:06 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* include/ruby/intern.h (rb_uint2big, rb_int2big, rb_uint2inum)
|
||||
(rb_int2inum, rb_ll2inum, rb_ull2inum): removed because ruby.h
|
||||
has a declaration for these.
|
||||
|
||||
Sun May 12 17:52:23 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: removes 'ac_cv_func_fseeko=yes' form MinGW
|
||||
|
|
|
@ -93,10 +93,6 @@ VALUE rb_big_clone(VALUE);
|
|||
void rb_big_2comp(VALUE);
|
||||
VALUE rb_big_norm(VALUE);
|
||||
void rb_big_resize(VALUE big, long len);
|
||||
VALUE rb_uint2big(VALUE);
|
||||
VALUE rb_int2big(SIGNED_VALUE);
|
||||
VALUE rb_uint2inum(VALUE);
|
||||
VALUE rb_int2inum(SIGNED_VALUE);
|
||||
VALUE rb_cstr_to_inum(const char*, int, int);
|
||||
VALUE rb_str_to_inum(VALUE, int, int);
|
||||
VALUE rb_cstr2inum(const char*, int);
|
||||
|
@ -109,8 +105,6 @@ VALUE rb_big2ulong(VALUE);
|
|||
#define rb_big2uint(x) rb_big2ulong(x)
|
||||
VALUE rb_big2ulong_pack(VALUE x);
|
||||
#if HAVE_LONG_LONG
|
||||
VALUE rb_ll2inum(LONG_LONG);
|
||||
VALUE rb_ull2inum(unsigned LONG_LONG);
|
||||
LONG_LONG rb_big2ll(VALUE);
|
||||
unsigned LONG_LONG rb_big2ull(VALUE);
|
||||
#endif /* HAVE_LONG_LONG */
|
||||
|
|
Загрузка…
Ссылка в новой задаче