bc: if ^C handling is not selected, there is no interactive mode
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 6 Dec 2018 08:20:32 +0000 (09:20 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 6 Dec 2018 08:20:32 +0000 (09:20 +0100)
commit1a6a482d19b9226ef764de89283cebdacdce77aa
tree6597a274b508777ea0aa24fa6138fb706ea046af
parent54214c38db943e7b3541e841f5b7399e36047f70
bc: if ^C handling is not selected, there is no interactive mode

function                                             old     new   delta
packed_usage                                       33023   33076     +53
bc_num_s                                             252     246      -6
bc_vm_run                                           1859    1850      -9
bc_error_fmt                                          36      20     -16
bc_posix_error_fmt                                    58      41     -17
bc_read_line                                         202     168     -34
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/5 up/down: 53/-82)            Total: -29 bytes

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