awk: simple code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 10 Mar 2010 18:21:54 +0000 (19:21 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 10 Mar 2010 18:21:54 +0000 (19:21 +0100)
commitc9955f23a2a57c9822fc1dba5f3d1487dd8aacbc
tree9838e6e3d36472c4ffa8fdcb857ab63b364076c1
parent3cb60c39737208ca073842f4f0386d5e5c278705
awk: simple code shrink

function                                             old     new   delta
awk_getline                                          710     724     +14
awk_printf                                           455     457      +2
hash_find                                            234     233      -1
qrealloc                                              33      31      -2
handle_special                                       499     482     -17
awk_sub                                              641     601     -40
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/4 up/down: 16/-60)            Total: -44 bytes

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