summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authorksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-28 15:21:48 +0000
committerksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-28 15:21:48 +0000
commit4f2517160176a3577c9fbbd3243ae077cb5a45fe (patch)
tree297425b4ec8a0690858d8a21f49797a0ddacaedf /hash.c
parentf73d7a0adfb18a65891b2e7285b6891eb4feaa69 (diff)
downloadruby-4f2517160176a3577c9fbbd3243ae077cb5a45fe.tar.gz
ruby-4f2517160176a3577c9fbbd3243ae077cb5a45fe.tar.xz
ruby-4f2517160176a3577c9fbbd3243ae077cb5a45fe.zip
* ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, regerror.c, regexec.c, reggnu.c, regint.h, regparse.c, regparse.h, sjis.c, st.c, st.h, utf8.c: imported Oni Guruma 3.5.4.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 16f632595..beadac14e 100644
--- a/hash.c
+++ b/hash.c
@@ -102,6 +102,8 @@ rb_any_hash(a)
static struct st_hash_type objhash = {
rb_any_cmp,
rb_any_hash,
+ st_nothing_key_free,
+ st_nothing_key_clone
};
struct foreach_safe_arg {