* hash.c (w32_getenv): should be static.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-03 03:18:46 +00:00
parent e45f56d5db
commit d7de38ff62

2
hash.c
View File

@ -2408,7 +2408,7 @@ static char **my_environ;
#undef environ #undef environ
#define environ my_environ #define environ my_environ
#undef getenv #undef getenv
inline char * static inline char *
w32_getenv(const char *name) w32_getenv(const char *name)
{ {
static int binary = -1; static int binary = -1;