mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* 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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue