mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b4d0f63529
commit
bb5212d395
2 changed files with 6 additions and 6 deletions
|
@ -192,14 +192,14 @@ Mon May 13 19:29:54 2013 Koichi Sasada <ko1@atdot.net>
|
|||
without write barrier (planned).
|
||||
* RCLASS_SET_SUPER(a, b) set super class of a.
|
||||
|
||||
* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c,
|
||||
file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c,
|
||||
* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c,
|
||||
file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c,
|
||||
parse.y, proc.c, process.c, random.c, ruby.c, sprintf.c,
|
||||
string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c:
|
||||
string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c:
|
||||
Use above macros and functions to access RBasic::klass.
|
||||
|
||||
* ext/coverage/coverage.c, ext/readline/readline.c,
|
||||
ext/socket/ancdata.c, ext/socket/init.c,
|
||||
ext/socket/ancdata.c, ext/socket/init.c,
|
||||
* ext/zlib/zlib.c: ditto.
|
||||
|
||||
Mon May 13 18:44:14 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
|
4
gc.c
4
gc.c
|
@ -98,10 +98,10 @@ static ruby_gc_params_t initial_params = {
|
|||
|
||||
#if USE_RGENGC
|
||||
/* RGENGC_DEBUG:
|
||||
* 1:
|
||||
* 1:
|
||||
* 2: remember set operation
|
||||
* 3: mark
|
||||
* 4:
|
||||
* 4:
|
||||
* 5: sweep
|
||||
*/
|
||||
#ifndef RGENGC_DEBUG
|
||||
|
|
Loading…
Reference in a new issue