mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
hash.c: extra states
* hash.c (rb_hash_reject): use words "extra states". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
72bc02dfbe
commit
af17af1faa
1 changed files with 1 additions and 1 deletions
2
hash.c
2
hash.c
|
@ -1169,7 +1169,7 @@ rb_hash_reject(VALUE hash)
|
|||
#endif
|
||||
}
|
||||
}
|
||||
#if HASH_REJECT_COPY_MISC_ATTRIBUTES
|
||||
#if HASH_REJECT_COPY_EXTRA_STATES
|
||||
result = rb_hash_dup_empty(hash);
|
||||
#else
|
||||
result = rb_hash_new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue