bc: make division operation interruptible
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 18:21:34 +0000 (19:21 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 18:21:34 +0000 (19:21 +0100)
commitf381a88234c3fd05177dddceb4da604c7e9462d1
tree5c38941f494949f13d1bc427f5eb1212aba90066
parentb3cb90124bcf1786710c200c00530fd3f213929d
bc: make division operation interruptible

function                                             old     new   delta
bc_num_d                                             564     584     +20
bc_num_r                                             230     245     +15
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 35/0)               Total: 35 bytes

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