14 Jan
2017
14 Jan
'17
9:32 a.m.
On Fri, 13 Jan 2017 12:30:22 +0100, Takashi Sakamoto wrote:
Some identifiers are referred just by one functions. In this case, they can be put into the function definition. This brings two merits; readers can easily follow codes related to the identifiers, developers are free from name conflict.
This commit moves such identifiers to each function definition.
Signed-off-by: Takashi Sakamoto o-takashi@sakamocchi.jp
Applied, thanks.
Takashi