ruby-changes:31886
From: nobu <ko1@a...>
Date: Tue, 3 Dec 2013 12:18:53 +0900 (JST)
Subject: [ruby-changes:31886] nobu:r43965 (trunk): * hash.c (w32_getenv): should be static.
nobu 2013-12-03 12:18:46 +0900 (Tue, 03 Dec 2013) New Revision: 43965 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43965 Log: * hash.c (w32_getenv): should be static. Modified files: trunk/hash.c Index: hash.c =================================================================== --- hash.c (revision 43964) +++ hash.c (revision 43965) @@ -2408,7 +2408,7 @@ static char **my_environ; https://github.com/ruby/ruby/blob/trunk/hash.c#L2408 #undef environ #define environ my_environ #undef getenv -inline char * +static inline char * w32_getenv(const char *name) { static int binary = -1; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/