summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 03:18:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 03:18:46 +0000
commitd7de38ff62f15ab0d205a83b49ae037648fc8d28 (patch)
treebe34ad4e880f2a21662ee2c7b5b18801f1c25ea5 /hash.c
parente45f56d5dbe1c4c0dd44fd7abb81bb38717027fd (diff)
* hash.c (w32_getenv): should be static.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index b4ce6acbf9..b8e94cbcf6 100644
--- a/hash.c
+++ b/hash.c
@@ -2408,7 +2408,7 @@ static char **my_environ;
#undef environ
#define environ my_environ
#undef getenv
-inline char *
+static inline char *
w32_getenv(const char *name)
{
static int binary = -1;