summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authorH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-29 10:22:19 +0000
committerH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-29 10:22:19 +0000
commit883206eb16e4a628369c70488e56008f9c1ecd1c (patch)
tree5ea296bc0dbbab968308d575cfe5ace1cf6ca419 /hash.c
parentd24676ba93a984a3676e342add3e22ce8b733303 (diff)
downloadruby-883206eb16e4a628369c70488e56008f9c1ecd1c.tar.gz
ruby-883206eb16e4a628369c70488e56008f9c1ecd1c.tar.xz
ruby-883206eb16e4a628369c70488e56008f9c1ecd1c.zip
Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>
* function renames my* and win32_* to rb_w32_* in win32/win32.c fixed files win32/win32.c, win32/win32.h, win32/dir.h, hash.c, rubysig.h, signal.c, ext/socket/socket.c git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index af1d832a2..f6d19acdc 100644
--- a/hash.c
+++ b/hash.c
@@ -921,8 +921,8 @@ static int path_tainted = -1;
static char **origenviron;
#ifdef NT
-#define GET_ENVIRON(e) (e = win32_get_environ())
-#define FREE_ENVIRON(e) win32_free_environ(e)
+#define GET_ENVIRON(e) (e = rb_w32_get_environ())
+#define FREE_ENVIRON(e) rb_w32_free_environ(e)
static char **my_environ;
#undef environ
#define environ my_environ