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

ruby-changes:11588

From: yugui <ko1@a...>
Date: Sun, 19 Apr 2009 22:35:05 +0900 (JST)
Subject: [ruby-changes:11588] Ruby:r23225 (ruby_1_9_1): merges r23072 from trunk into ruby_1_9_1.

yugui	2009-04-19 22:34:30 +0900 (Sun, 19 Apr 2009)

  New Revision: 23225

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

  Log:
    merges r23072 from trunk into ruby_1_9_1.
    --
    * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for
      prototypes of compatibility functions on Win32 platform.
      [ruby-core:22870]

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/ext/sdbm/_sdbm.c

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 23224)
+++ ruby_1_9_1/ChangeLog	(revision 23225)
@@ -1,3 +1,9 @@
+Fri Mar 13 21:11:51 2009  Yukihiro Matsumoto  <matz@r...>
+
+	* ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for
+	  prototypes of compatibility functions on Win32 platform.
+	  [ruby-core:22870]
+
 Thu Mar 26 11:33:13 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considers
Index: ruby_1_9_1/ext/sdbm/_sdbm.c
===================================================================
--- ruby_1_9_1/ext/sdbm/_sdbm.c	(revision 23224)
+++ ruby_1_9_1/ext/sdbm/_sdbm.c	(revision 23225)
@@ -13,6 +13,7 @@
 
 #include "sdbm.h"
 #include "ruby/config.h"
+#include "ruby/defines.h"
 
 /*
  * sdbm - ndbm work-alike hashed database library

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

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