1
0
Fork 0
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:
nobu 2013-12-16 14:36:14 +00:00
parent 4210568457
commit 26e425e6f4

2
hash.c
View file

@ -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")