summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 14:36:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 14:36:14 +0000
commit26e425e6f419aee7006ce118790fe8f08b5c4eaa (patch)
tree02190884961e58d9ef89dfb461473942bf3fb1aa /hash.c
parent42105684572ab6f865939cb5ab0e431b30ecbd73 (diff)
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
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 bc0b96ac20..df97a27d25 100644
--- a/hash.c
+++ b/hash.c
@@ -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")