Kaydet (Commit) 43122ea7 authored tarafından Matthew Brush's avatar Matthew Brush

Add more 'fall through' comments for switch cases

TODO: make sure these are actually meant to fall-through.
üst bf287946
......@@ -138,9 +138,11 @@ SUB_DECL_SWITCH:
case ';':
if (!nparens)
return true;
/* fall through */
case '{':
if (!nparens)
return false;
/* fall through */
default:
if (attr) {
if (isIdentifier1(*cp)) {
......
......@@ -142,6 +142,7 @@ static void createRTags (void)
break;
}
}
/* fall through */
case ' ':
case '\x009':
/* skip whitespace */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment