From d7de38ff62f15ab0d205a83b49ae037648fc8d28 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Dec 2013 03:18:46 +0000 Subject: * hash.c (w32_getenv): should be static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') 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; -- cgit v1.2.3