mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lex.c (rb_reserved_word): lex_state after tRESCUE should be
EXPR_MID. * gc.c (add_heap): allocation size of the heap unit is doubled for each allocation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5655368467
commit
f00ea57ce1
9 changed files with 60 additions and 25 deletions
|
|
@ -32,7 +32,8 @@ module Open3
|
|||
|
||||
exec(*cmd)
|
||||
}
|
||||
exit!
|
||||
Process.wait
|
||||
exit! $?>>8
|
||||
}
|
||||
|
||||
pw[0].close
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue