From 99d95bf73e0809c62290dadf29ff46544ef4a021 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 5 Jun 2018 07:33:05 -0700 Subject: [PATCH] A couple more fall-through comments. --- src/microcode/uxsig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/microcode/uxsig.c b/src/microcode/uxsig.c index dcf5eb911..0b899ffb3 100644 --- a/src/microcode/uxsig.c +++ b/src/microcode/uxsig.c @@ -873,6 +873,7 @@ interactive_interrupt_handler (SIGCONTEXT_T * scp) fprintf (stderr, "Problems reading keyboard input -- Exitting.\n"); termination_eof (); } + /* fall through */ default: if (!option_emacs_subprocess) print_interactive_help (); @@ -1003,6 +1004,7 @@ describe_sighnd (int signo, unsigned char c) case dfl_terminate: goto describe_terminate; } } + /* fall through */ default: fputs ("When typed, this character will have an unknown effect.\n", stdout); -- 2.25.1