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

ruby-changes:9395

From: usa <ko1@a...>
Date: Tue, 23 Dec 2008 14:19:44 +0900 (JST)
Subject: [ruby-changes:9395] Ruby:r20933 (trunk): * include/ruby/st.h: need to include defines.h because LONG_LONG is

usa	2008-12-23 14:19:27 +0900 (Tue, 23 Dec 2008)

  New Revision: 20933

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

  Log:
    * include/ruby/st.h: need to include defines.h because LONG_LONG is
      defined there.

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

Index: include/ruby/st.h
===================================================================
--- include/ruby/st.h	(revision 20932)
+++ include/ruby/st.h	(revision 20933)
@@ -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: ChangeLog
===================================================================
--- ChangeLog	(revision 20932)
+++ ChangeLog	(revision 20933)
@@ -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/

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