diff --git a/ChangeLog b/ChangeLog index 280414dabd..cf9701c7d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -192,14 +192,14 @@ Mon May 13 19:29:54 2013 Koichi Sasada 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 diff --git a/gc.c b/gc.c index 35c152afc7..3c9d1de831 100644 --- a/gc.c +++ b/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