hush: put "current word" structure into parsing context
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 10 Apr 2018 01:22:10 +0000 (03:22 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 10 Apr 2018 01:22:10 +0000 (03:22 +0200)
commit09b7a7ec0ea5ef602ff543dad1a90b6174a4f1c8
treeb8b2e44a90f7a7558d6697956f4679a4f22c8d78
parente93031e6dced47e8f5a86408b4aa3f89aef647c7
hush: put "current word" structure into parsing context

function                                             old     new   delta
done_word                                            790     767     -23
parse_stream                                        3018    2919     -99
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-122)           Total: -122 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c