diff options
| author | ksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-28 15:21:48 +0000 |
|---|---|---|
| committer | ksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-28 15:21:48 +0000 |
| commit | 4f2517160176a3577c9fbbd3243ae077cb5a45fe (patch) | |
| tree | 297425b4ec8a0690858d8a21f49797a0ddacaedf /hash.c | |
| parent | f73d7a0adfb18a65891b2e7285b6891eb4feaa69 (diff) | |
| download | ruby-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
