|
|
| version 1.11, 2004/05/10 13:07:18 | version 1.12, 2004/06/01 14:00:50 |
|---|---|
| Line 462 theoretically one statement from the com | Line 462 theoretically one statement from the com |
| /* xyz */ | /* xyz */ |
| x = 1; | x = 1; |
| /* THIS IS ALSO WRONG, USE BRACSE AROUND THE OUTER CONDITIONAL */ | /* THIS IS ALSO WRONG, USE BRACES AROUND THE OUTER CONDITIONAL */ |
| if (fubar) | if (fubar) |
| if (barbaz) | if (barbaz) |
| x = 1; | x = 1; |