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:
nobu 2013-12-24 01:13:40 +00:00
parent 72bc02dfbe
commit af17af1faa

2
hash.c
View File

@ -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();