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:
dad6076
)
A few more fall-through comments.
author
Chris Hanson
<cph@google.com>
Mon, 14 May 2018 19:31:25 +0000
(12:31 -0700)
committer
Chris Hanson
<cph@google.com>
Mon, 14 May 2018 19:31:25 +0000
(12:31 -0700)
src/microcode/syntax.c
patch
|
blob
|
history
diff --git
a/src/microcode/syntax.c
b/src/microcode/syntax.c
index ed9a9f5764dfdb64805523d8f80d24acc818e029..8a885a2473b6879ca719b73859841576e77d9f73 100644
(file)
--- a/
src/microcode/syntax.c
+++ b/
src/microcode/syntax.c
@@
-507,6
+507,7
@@
DEFINE_PRIMITIVE ("SCAN-LIST-FORWARD", Prim_scan_list_forward, 7, 7, 0)
case syntaxcode_charquote:
LOSE_IF_RIGHT_END (start);
MOVE_RIGHT (start);
+ /* fall through */
case syntaxcode_word:
case syntaxcode_symbol:
@@
-976,6
+977,7
@@
DEFINE_PRIMITIVE ("SCAN-SEXPS-FORWARD", Prim_scan_sexps_forward, 7, 7, 0)
quoted = true;
DONE_IF (true);
}
+ /* fall through */
case syntaxcode_word:
case syntaxcode_symbol: