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

ruby-changes:23896

From: usa <ko1@a...>
Date: Wed, 6 Jun 2012 21:21:08 +0900 (JST)
Subject: [ruby-changes:23896] usa:r35947 (trunk): * process.c (try_with_sh): please take care of the macro defined by

usa	2012-06-06 21:20:58 +0900 (Wed, 06 Jun 2012)

  New Revision: 35947

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

  Log:
    * process.c (try_with_sh): please take care of the macro defined by
      you.

  Modified files:
    trunk/ChangeLog
    trunk/process.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35946)
+++ ChangeLog	(revision 35947)
@@ -1,3 +1,8 @@
+Wed Jun  6 21:18:47 2012  NAKAMURA Usaku  <usa@r...>
+
+	* process.c (try_with_sh): please take care of the macro defined by
+	  you.
+
 Wed Jun  6 20:45:08 2012  Tanaka Akira  <akr@f...>
 
 	* process.c (proc_exec_v): don't call dln_find_exe_r here because it
Index: process.c
===================================================================
--- process.c	(revision 35946)
+++ process.c	(revision 35947)
@@ -1060,7 +1060,7 @@
 
 #define ARGV_COUNT(n) ((n)+1)
 #else
-#define try_with_sh(prog, argv) (void)0
+#define try_with_sh(prog, argv, envp) (void)0
 #define ARGV_COUNT(n) (n)
 #endif
 #define ARGV_SIZE(n) (sizeof(char*) * ARGV_COUNT(n))

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

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