mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 343479. Reverted previous change.
This commit is contained in:
parent
0f66b2fcb3
commit
eca2f20595
1 changed files with 1 additions and 1 deletions
|
@ -1998,7 +1998,7 @@ public abstract class AbstractGNUSourceCodeParser implements ISourceCodeParser {
|
|||
if (LT(1) != IToken.tEOC)
|
||||
stmt= statement();
|
||||
|
||||
if (!(stmt instanceof IASTCaseStatement) && !(stmt instanceof IASTDefaultStatement))
|
||||
if (stmt instanceof IASTCaseStatement == false)
|
||||
return stmt;
|
||||
|
||||
// bug 105334, switch without compound statement
|
||||
|
|
Loading…
Add table
Reference in a new issue