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

ruby-changes:16823

From: nobu <ko1@a...>
Date: Sun, 1 Aug 2010 17:27:52 +0900 (JST)
Subject: [ruby-changes:16823] Ruby:r28818 (trunk): * win32/Makefile.sub: needs stddef.h for size_t. a patch from

nobu	2010-08-01 17:27:34 +0900 (Sun, 01 Aug 2010)

  New Revision: 28818

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

  Log:
    * win32/Makefile.sub: needs stddef.h for size_t.  a patch from
      Akio Tajima at [ruby-dev:41905].

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28817)
+++ ChangeLog	(revision 28818)
@@ -1,3 +1,8 @@
+Sun Aug  1 17:27:32 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* win32/Makefile.sub: needs stddef.h for size_t.  a patch from
+	  Akio Tajima at [ruby-dev:41905].
+
 Sun Aug  1 14:59:04 2010  Tanaka Akira  <akr@f...>
 
 	* ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translated
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 28817)
+++ win32/Makefile.sub	(revision 28818)
@@ -409,6 +409,7 @@
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_STAT_H 1
 #define HAVE_STDLIB_H 1
+#define HAVE_STDDEF_H 1
 #define HAVE_STRING_H 1
 #define HAVE_MEMORY_H 1
 !if $(MSC_VER) >= 1400

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

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