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

ruby-changes:27731

From: kosaki <ko1@a...>
Date: Sun, 17 Mar 2013 01:03:19 +0900 (JST)
Subject: [ruby-changes:27731] kosaki:r39783 (trunk): * include/ruby/missing.h: removed __linux__. it's unnecessary.

kosaki	2013-03-17 00:58:25 +0900 (Sun, 17 Mar 2013)

  New Revision: 39783

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

  Log:
    * include/ruby/missing.h: removed __linux__. it's unnecessary.

  Modified files:
    trunk/ChangeLog
    trunk/include/ruby/missing.h

Index: include/ruby/missing.h
===================================================================
--- include/ruby/missing.h	(revision 39782)
+++ include/ruby/missing.h	(revision 39783)
@@ -29,7 +29,7 @@ extern "C" { https://github.com/ruby/ruby/blob/trunk/include/ruby/missing.h#L29
 #if defined(HAVE_TIME_H)
 # include <time.h>
 #endif
-#if defined(HAVE_SYS_TIME_H) && !defined(__linux__)
+#if defined(HAVE_SYS_TIME_H)
 # include <sys/time.h>
 #endif
 #endif
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39782)
+++ ChangeLog	(revision 39783)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Mar 17 00:55:31 2013  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* include/ruby/missing.h: removed __linux__. it's unnecessary.
+
 Fri Mar 15 14:57:16 2013  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.

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

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