ash: save a few bytes in code to parse case statements
authorRon Yorston <rmy@pobox.com>
Mon, 3 Aug 2015 12:46:25 +0000 (13:46 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Oct 2015 18:36:08 +0000 (19:36 +0100)
commit383b885ff7654dc0171b5c1eaa449bb1e1cfe8f0
treeed008dc03c17623cb1062ac8647dca70408b3e11
parentab80e01cd9865571875b5dde7d2f88dea3331969
ash: save a few bytes in code to parse case statements

Based on commit 49b82fc from git://git.kernel.org/pub/scm/utils/dash/dash.git
by Herbert Xu.

function                                             old     new   delta
parse_command                                       1563    1555      -8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-8)               Total: -8 bytes

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c