bc: fix empty lines in dc generating "bad token" message
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Dec 2018 23:13:15 +0000 (00:13 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Dec 2018 23:13:15 +0000 (00:13 +0100)
commit9471bd46603d9f61c76d672b0a679c2b9446c3cf
tree1bde732177168db887f4c87b2f2ac663f67955ff
parent01eb5e9da1546f5410831d3a5a8d268d630d2653
bc: fix empty lines in dc generating "bad token" message

function                                             old     new   delta
zdc_program_asciify                                    -     370    +370
zbc_program_pushArray                                  -     147    +147
zbc_vm_process                                       824     828      +4
zbc_program_exec                                    4182    4046    -136
zdc_program_printStream                              146       -    -146
zbc_program_read                                     268       -    -268
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 1/1 up/down: 521/-550)          Total: -29 bytes

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