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

ruby-changes:25546

From: ngoto <ko1@a...>
Date: Sat, 10 Nov 2012 01:00:15 +0900 (JST)
Subject: [ruby-changes:25546] ngoto:r37603 (trunk): * atomic.h: Revert r37491 which is a temporary workaroud.

ngoto	2012-11-10 01:00:00 +0900 (Sat, 10 Nov 2012)

  New Revision: 37603

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

  Log:
    * atomic.h: Revert r37491 which is a temporary workaroud.

  Modified files:
    trunk/ChangeLog
    trunk/atomic.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37602)
+++ ChangeLog	(revision 37603)
@@ -1,3 +1,7 @@
+Sat Nov 10 00:46:57 2012  Naohisa Goto  <ngotogenome@g...>
+
+	* atomic.h: Revert r37491 which is a temporary workaroud.
+
 Sat Nov 10 00:33:31 2012  NAKAMURA Usaku  <usa@r...>
 
 	* siphash.h: check configure macros before include newer headers.
Index: atomic.h
===================================================================
--- atomic.h	(revision 37602)
+++ atomic.h	(revision 37603)
@@ -65,7 +65,6 @@
 
 #elif defined(__sun)
 #include <atomic.h>
-#include <sys/atomic.h>
 typedef unsigned int rb_atomic_t;
 
 # define ATOMIC_SET(var, val) (void)atomic_swap_uint(&(var), (val))

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

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