Skip to content

Commit 5b54c3b

Browse files
nursedbussink
authored andcommitted
merge revision(s) 44370: [Backport ruby#9576]
hash.c: extra states * hash.c (rb_hash_reject): use words "extra states". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Conflicts: hash.c version.h Conflicts: hash.c
1 parent 492f7bd commit 5b54c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ rb_hash_reject(VALUE hash)
11781178
#endif
11791179
}
11801180
}
1181-
#if HASH_REJECT_COPY_MISC_ATTRIBUTES
1181+
#if HASH_REJECT_COPY_EXTRA_STATES
11821182
result = rb_hash_dup_empty(hash);
11831183
#else
11841184
result = rb_hash_new();

0 commit comments

Comments
 (0)