[前][次][番号順一覧][スレッド一覧]

ruby-changes:14954

From: usa <ko1@a...>
Date: Sat, 6 Mar 2010 01:09:56 +0900 (JST)
Subject: [ruby-changes:14954] Ruby:r26824 (trunk): * win32/Makefile.sub (config.h): VC6 has __int64.

usa	2010-03-06 01:09:35 +0900 (Sat, 06 Mar 2010)

  New Revision: 26824

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26824

  Log:
    * win32/Makefile.sub (config.h): VC6 has __int64.

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 26823)
+++ ChangeLog	(revision 26824)
@@ -1,3 +1,7 @@
+Sat Mar  6 01:08:54 2010  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub (config.h): VC6 has __int64.
+
 Fri Mar  5 19:36:12 2010  NARUSE, Yui  <naruse@r...>
 
 	* transcode.c (econv_opts): set :undef => :replace when
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 26823)
+++ win32/Makefile.sub	(revision 26824)
@@ -496,13 +496,11 @@
 #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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]