1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

merge revision(s) 44370: [Backport #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
This commit is contained in:
naruse 2014-03-01 09:02:36 +00:00
parent 7a620ac530
commit 4b6a0ae306
2 changed files with 2 additions and 2 deletions

2
hash.c
View file

@ -1178,7 +1178,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();

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.1.2"
#define RUBY_RELEASE_DATE "2014-03-01"
#define RUBY_PATCHLEVEL 78
#define RUBY_PATCHLEVEL 79
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 3