summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-24 01:13:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-24 01:13:40 +0000
commitaf17af1faa7f988f069cab455dfa776800a8f524 (patch)
tree56cc679e9c028f7515926b8cfe7815520dad3b13 /hash.c
parent72bc02dfbe7f203690f617a16f5088f683bcb9a1 (diff)
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
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 0cbc46baf5..db70939505 100644
--- a/hash.c
+++ b/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();