mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/ruby.h (VALUE): use unsigned long or long long
instead of uintptr_t, since many %lx and so on are still used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb57ec8302
commit
f53ead0d4e
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Jan 16 18:26:47 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/ruby.h (VALUE): use unsigned long or long long
|
||||
instead of uintptr_t, since many %lx and so on are still used.
|
||||
|
||||
Fri Jan 16 17:33:59 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (Makefile): set VCS and VCSUP to support `git svn'
|
||||
|
@ -42,8 +47,6 @@ Fri Jan 16 11:41:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
|
||||
* configure.in (RUBY_DEFINT): checks size.
|
||||
|
||||
* include/ruby/ruby.h (VALUE): use uintptr_t if available.
|
||||
|
||||
* include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX):
|
||||
assumes usable if PRIdPTR is defined.
|
||||
|
||||
|
|
Loading…
Reference in a new issue