hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 15 Jun 2008 11:49:42 +0000 (11:49 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 15 Jun 2008 11:49:42 +0000 (11:49 -0000)
commit5703c22a51a154db17e6a7f6426a95232542cc9e
treead29110cbcb1fea736fd9d949e15429ed8f8b9d4
parentff7cd6f9250b352450bf811a1cc7bca75cc4e2b3
hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.

function                                             old     new   delta
parse_and_run_file                                    30      27      -3
hush_main                                            795     792      -3
initialize_context                                    45      39      -6
done_word                                            791     778     -13
parse_and_run_stream                                 375     338     -37
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/5 up/down: 0/-62)             Total: -62 bytes
shell/hush.c