mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread.c (rb_thread_run): fix to ANSI style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
565bcdcb30
commit
571317ee30
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Feb 25 11:31:13 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* thread.c (rb_thread_run): fix to ANSI style.
|
||||
|
||||
Sun Feb 25 11:09:16 2007 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* bootstraptest/runner.rb: show source code in error message.
|
||||
|
|
3
thread.c
3
thread.c
|
@ -962,8 +962,7 @@ rb_thread_wakeup(VALUE thread)
|
|||
*/
|
||||
|
||||
VALUE
|
||||
rb_thread_run(thread)
|
||||
VALUE thread;
|
||||
rb_thread_run(VALUE thread)
|
||||
{
|
||||
rb_thread_wakeup(thread);
|
||||
rb_thread_schedule();
|
||||
|
|
Loading…
Add table
Reference in a new issue