ruby-changes:56998
From: git <ko1@a...>
Date: Tue, 13 Aug 2019 11:26:49 +0900 (JST)
Subject: [ruby-changes:56998] git: f78916e3c1 (master): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=f78916e3c1 From f78916e3c1fc10a7f9555129961194c7d6ba4f2d Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Tue, 13 Aug 2019 11:20:39 +0900 Subject: * expand tabs. diff --git a/gc.c b/gc.c index 158a57d..c957c40 100644 --- a/gc.c +++ b/gc.c @@ -2740,7 +2740,7 @@ objspace_each_objects_without_setup(rb_objspace_t *objspace, each_obj_callback * https://github.com/ruby/ruby/blob/trunk/gc.c#L2740 pstart = page->start; pend = pstart + page->total_slots; - if ((*callback)(pstart, pend, sizeof(RVALUE), data)) { + if ((*callback)(pstart, pend, sizeof(RVALUE), data)) { break; } } @@ -2814,11 +2814,11 @@ objspace_each_objects(rb_objspace_t *objspace, each_obj_callback *callback, void https://github.com/ruby/ruby/blob/trunk/gc.c#L2814 objspace->flags.dont_incremental = TRUE; if (prev_dont_incremental) { - objspace_each_objects_without_setup(objspace, callback, data); + objspace_each_objects_without_setup(objspace, callback, data); } else { struct each_obj_args args = {objspace, callback, data}; - rb_ensure(objspace_each_objects_protected, (VALUE)&args, incremental_enable, Qnil); + rb_ensure(objspace_each_objects_protected, (VALUE)&args, incremental_enable, Qnil); } } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/