mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (config.h): VC6 has __int64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f453c3c0da
commit
de1cd22816
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Mar 6 01:08:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (config.h): VC6 has __int64.
|
||||
|
||||
Fri Mar 5 19:36:12 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* transcode.c (econv_opts): set :undef => :replace when
|
||||
|
|
|
@ -496,13 +496,11 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||
#define HAVE_UINT32_T 1
|
||||
#define uint32_t unsigned int
|
||||
#define SIZEOF_INT32_T 4
|
||||
!if $(MSC_VER) >= 1400
|
||||
#define HAVE_INT64_T 1
|
||||
#define int64_t __int64
|
||||
#define HAVE_UINT64_T 1
|
||||
#define uint64_t unsigned __int64
|
||||
#define SIZEOF_INT64_T 8
|
||||
!endif
|
||||
#define HAVE_INTPTR_T 1
|
||||
#define HAVE_UINTPTR_T 1
|
||||
#define HAVE_SSIZE_T 1
|
||||
|
|
Loading…
Add table
Reference in a new issue