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

ruby-changes:9471

From: yugui <ko1@a...>
Date: Thu, 25 Dec 2008 18:53:25 +0900 (JST)
Subject: [ruby-changes:9471] Ruby:r21009 (ruby_1_9_1): merges r20933 from trunk into ruby_1_9_1.

yugui	2008-12-25 18:53:02 +0900 (Thu, 25 Dec 2008)

  New Revision: 21009

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

  Log:
    merges r20933 from trunk into ruby_1_9_1.
    * include/ruby/st.h: need to include defines.h because LONG_LONG is
      defined there.

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/include/ruby/st.h

Index: ruby_1_9_1/include/ruby/st.h
===================================================================
--- ruby_1_9_1/include/ruby/st.h	(revision 21008)
+++ ruby_1_9_1/include/ruby/st.h	(revision 21009)
@@ -14,6 +14,7 @@
 
 #ifndef RUBY_LIB
 #include "ruby/config.h"
+#include "ruby/defines.h"
 #ifdef RUBY_EXTCONF_H
 #include RUBY_EXTCONF_H
 #endif
Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 21008)
+++ ruby_1_9_1/ChangeLog	(revision 21009)
@@ -1,3 +1,8 @@
+Tue Dec 23 14:18:14 2008  NAKAMURA Usaku  <usa@r...>
+
+	* include/ruby/st.h: need to include defines.h because LONG_LONG is
+	  defined there.
+
 Tue Dec 23 13:52:05 2008  Eric Hodel  <drbrain@s...>
 
 	* lib/rdoc/parser/c.rb:  Don't coalesce adjacent comment blocks.

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

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