* 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:
parent
e45f56d5db
commit
d7de38ff62
2
hash.c
2
hash.c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user