hush/findutils
Denys Vlasenko 6db5f679a2 find:: get rid of nested function (it's a gcc-ism)
function                                             old     new   delta
alloc_action                                           -      80     +80
parse_params                                        1459    1445     -14
static.alloc_action                                   98       -     -98
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/1 up/down: 80/-112)           Total: -32 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2013-05-16 18:36:42 +02:00
..
Config.src
find.c find:: get rid of nested function (it's a gcc-ism) 2013-05-16 18:36:42 +02:00
grep.c grep: fix grep -x to not set REG_NOSUB 2013-05-16 14:47:05 +02:00
Kbuild.src
xargs.c