* Now comments represent the fact that there may not be curly braces.
/* Create a loop so we may use break. */
AddLoop (ExitLabel, 0);
- /* Parse the following statement, which will actually be a compound
- ** statement because of the curly brace at the current input position
+ /* Parse the following statement, which may actually be a compound
+ ** statement if there is a curly brace at the current input position
*/
HaveBreak = Statement (&RCurlyBrace);
void switch_empty_body(void)
{
- switch(0) {};
+ switch(0) {}
}
/* only worried about this file compiling successfully */