hush: use smaller EXP_FLAG_foo constants
authorDenys Vlasenko <dvlasenk@redhat.com>
Tue, 21 Sep 2010 10:35:39 +0000 (12:35 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 21 Sep 2010 10:35:39 +0000 (12:35 +0200)
commit0e13b4019c3d05933ba8d37357023bfcd82e8106
treef94d25957af99bb2c6cd9c54975ce09fc12f95c3
parent63adf838143e78b0857af39a2d365fc86bcf0cd4
hush: use smaller EXP_FLAG_foo constants

function                                             old     new   delta
expand_string_to_string                              126     124      -2
parse_stream                                        2376    2370      -6
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-8)               Total: -8 bytes

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
shell/hush.c