mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
new platform [bccwin32] merged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ceade7b926
commit
d0b3651906
27 changed files with 1174 additions and 88 deletions
|
@ -27,6 +27,8 @@
|
|||
typedef unsigned long long uint64_t;
|
||||
# elif defined(_MSC_VER)
|
||||
typedef unsigned _int64 uint64_t;
|
||||
# elif defined(__BORLANDC__)
|
||||
typedef unsigned __int64 uint64_t;
|
||||
# else
|
||||
# define NO_UINT64_T
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue