зеркало из https://github.com/github/ruby.git
* 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:
Родитель
e45f56d5db
Коммит
d7de38ff62
2
hash.c
2
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче