diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-27 09:49:34 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-27 09:49:34 +0000 |
| commit | f828756f01c8c6221ad2f5e051c708fb309406c9 (patch) | |
| tree | 27bc06133685cb3d4bcb75cfc81b3cda6cdf8e04 /hash.c | |
| parent | 4257651cd250a58f3dbfa495d1218f91da477f5e (diff) | |
| download | ruby-f828756f01c8c6221ad2f5e051c708fb309406c9.tar.gz ruby-f828756f01c8c6221ad2f5e051c708fb309406c9.tar.xz ruby-f828756f01c8c6221ad2f5e051c708fb309406c9.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -17,11 +17,6 @@ #include "util.h" #include "rubysig.h" -#ifndef HAVE_STRING_H -char *strchr _((char*,char)); -char *strdup _((const char*)); -#endif - #define HASH_DELETED FL_USER1 static void |
