commit | 5663a17dabfcad885cc80f155ef84f7b843845cc | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jun 24 13:43:11 2020 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jun 24 15:05:29 2020 +0200 |
tree | 6651dc68e37f6155c932b91c464c788c5727db9b | |
parent | 67e1529b921416d6c3f33fb43691bc9919e3eacc [diff] |
bc: placate a "defined but not used" warning Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/bc.c b/miscutils/bc.c index c7246ea..4d98732 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c
@@ -2522,7 +2522,9 @@ #if ENABLE_FEATURE_BC_INTERACTIVE if (G_interrupt) { // ^C was pressed +# if ENABLE_FEATURE_EDITING intr: +# endif if (fp != stdin) { // ^C while running a script (bc SCRIPT): die. // We do not return to interactive prompt: