From af17af1faa7f988f069cab455dfa776800a8f524 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Dec 2013 01:13:40 +0000 Subject: 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 --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') 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(); -- cgit v1.2.3