mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
gets speed up patch
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e8fea3f8dd
commit
5864923425
32 changed files with 837 additions and 976 deletions
3
array.c
3
array.c
|
@ -1229,7 +1229,4 @@ Init_Array()
|
|||
rb_define_method(cArray, "nitems", ary_nitems, 0);
|
||||
|
||||
cmp = rb_intern("<=>");
|
||||
|
||||
/* turn on premitive flag for the class */
|
||||
FL_SET(cArray, FL_PRIMITIVE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue