diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-06-06 12:20:58 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-06-06 12:20:58 +0000 |
commit | ee011f7b1f7a994a8758a05410f639e9fe2b6aac (patch) | |
tree | 472a491698ffd5a2c17238c4287d5699532d90f1 /process.c | |
parent | 78d7def61988764344d2630ae77113e1edb2af5d (diff) |
* process.c (try_with_sh): please take care of the macro defined by
you.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1060,7 +1060,7 @@ exec_with_sh(const char *prog, char **argv, char **envp) #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)) |