mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/coverage/coverage.c (rb_coverage_start): return nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3b9329e984
commit
04969c4a86
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jul 10 14:09:05 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/coverage/coverage.c (rb_coverage_start): return nil.
|
||||
|
||||
Thu Jul 10 12:41:56 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* thread.c (rb_thread_wait_for): fixed variable name.
|
||||
|
|
|
@ -30,6 +30,7 @@ rb_coverage_start(VALUE klass)
|
|||
RBASIC(coverages)->klass = 0;
|
||||
rb_set_coverages(coverages);
|
||||
}
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue