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

ruby-changes:27914

From: nobu <ko1@a...>
Date: Wed, 27 Mar 2013 16:40:56 +0900 (JST)
Subject: [ruby-changes:27914] nobu:r39966 (trunk): Makefile.sub: SIGNEDNESS_OF_TIME_T

nobu	2013-03-27 16:40:43 +0900 (Wed, 27 Mar 2013)

  New Revision: 39966

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

  Log:
    Makefile.sub: SIGNEDNESS_OF_TIME_T
    
    * win32/Makefile.sub (config.h): add SIGNEDNESS_OF_TIME_T for
      TIMET_MAX and TIMET_MIN.

  Modified files:
    trunk/win32/Makefile.sub

Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 39965)
+++ win32/Makefile.sub	(revision 39966)
@@ -521,6 +521,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L521
 !endif
 #define SIZEOF_FLOAT 4
 #define SIZEOF_DOUBLE 8
+#define SIGNEDNESS_OF_TIME_T -1
 !if $(RT_VER) >= 80
 #define SIZEOF_TIME_T 8
 #define TIMET2NUM(v) LL2NUM(v)

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

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