projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc989f
)
A couple more fall-through comments.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 5 Jun 2018 14:33:05 +0000
(07:33 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 5 Jun 2018 17:55:48 +0000
(10:55 -0700)
src/microcode/uxsig.c
patch
|
blob
|
history
diff --git
a/src/microcode/uxsig.c
b/src/microcode/uxsig.c
index dcf5eb9111d8b957f975bc910e8f5db7a7fe16fa..0b899ffb334837d7c0e9bae7ec18d32bb529074c 100644
(file)
--- 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);