summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-18 04:56:27 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-18 04:56:27 +0000
commit32dc42cf1a248821df7594047bd3fd7822622b32 (patch)
treeb44992897e705edbaec22a2c5e4aee402c5d5177 /hash.c
parentec6b316cf26eae7eb36e3f9bce24110319e33e35 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/hash.c b/hash.c
index ab84569a6f..4a97c62b50 100644
--- a/hash.c
+++ b/hash.c
@@ -18,7 +18,7 @@
#include <sys/stat.h>
#ifndef HAVE_STRING_H
-char *strchr();
+char *strchr _((char*,char));
#endif
#define HASH_FREEZE FL_USER1
@@ -51,10 +51,6 @@ hash_frozen_p(hash)
return FALSE;
}
-#ifndef NT
-char *getenv();
-#endif
-
VALUE cHash;
static VALUE envtbl;
@@ -775,8 +771,6 @@ hash_update(hash1, hash2)
}
#ifndef __MACOS__ /* environment variables nothing on MacOS. */
-
-int env_path_tainted();
static int path_tainted = -1;
#ifndef NT