mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
hash.c: typo
* hash.c (rb_hash_reject): fix typo in macro name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4210568457
commit
26e425e6f4
1 changed files with 1 additions and 1 deletions
2
hash.c
2
hash.c
|
@ -1129,7 +1129,7 @@ rb_hash_reject(VALUE hash)
|
|||
VALUE result;
|
||||
|
||||
RETURN_SIZED_ENUMERATOR(hash, 0, 0, hash_enum_size);
|
||||
#if HASH_REJECT_COPY_TRIVIAL_ATTRIBUTES
|
||||
#if HASH_REJECT_COPY_MISC_ATTRIBUTES
|
||||
# if 0
|
||||
if (HAS_MISC_ATTRIBUTES(has)) {
|
||||
rb_warn("copying unguaranteed attributes")
|
||||
|
|
Loading…
Reference in a new issue