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

ruby-changes:30576

From: nobu <ko1@a...>
Date: Fri, 23 Aug 2013 11:07:27 +0900 (JST)
Subject: [ruby-changes:30576] nobu:r42655 (trunk): Makefile.sub: SIZEOF_CLOCK_T

nobu	2013-08-23 11:07:20 +0900 (Fri, 23 Aug 2013)

  New Revision: 42655

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

  Log:
    Makefile.sub: SIZEOF_CLOCK_T
    
    * win32/Makefile.sub (config.h): now SIZEOF_CLOCK_T is needed for
      unsigned_clock_t.

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42654)
+++ ChangeLog	(revision 42655)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Aug 23 11:07:08 2013  Nobuyoshi Nakada  <nobu@r...>
+
+	* win32/Makefile.sub (config.h): now SIZEOF_CLOCK_T is needed for
+	  unsigned_clock_t.
+
 Thu Aug 22 22:01:04 2013  Tanaka Akira  <akr@f...>
 
 	* process.c (rb_clock_gettime): Strip "s" from unit names.
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 42654)
+++ win32/Makefile.sub	(revision 42655)
@@ -538,6 +538,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L538
 !endif
 #define CLOCKID2NUM(v) INT2NUM(v)
 #define NUM2CLOCKID(v) NUM2INT(v)
+#define SIZEOF_CLOCK_T 4
 #define SIZEOF_RLIM_T 0
 !if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"
 #define SIZEOF_SIZE_T 8

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

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