ruby-changes:56422
From: git <ko1@a...>
Date: Fri, 12 Jul 2019 15:10:32 +0900 (JST)
Subject: [ruby-changes:56422] git: b9ad62ea13 (master): * remove trailing spaces.
https://git.ruby-lang.org/ruby.git/commit/?id=b9ad62ea13 From b9ad62ea13bfaf0cad2ffc48d724b342ee55c7c8 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Fri, 12 Jul 2019 15:02:25 +0900 Subject: * remove trailing spaces. diff --git a/gc.h b/gc.h index 07c0857..018ad0e 100644 --- a/gc.h +++ b/gc.h @@ -83,7 +83,7 @@ int ruby_get_stack_grow_direction(volatile VALUE *addr); https://github.com/ruby/ruby/blob/trunk/gc.h#L83 /* STACK_GROW_DIR_DETECTION is used with STACK_DIR_UPPER. - + On most normal systems, stacks grow from high address to lower address. In this case, STACK_DIR_UPPER(a, b) will return (b), but on exotic systems where the stack grows UP (from low address to high address), it will return (a). -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/