mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix a bug
This commit is contained in:
parent
45e5950f0e
commit
239149c98e
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ public class MakefileSimpleMacroRule extends PatternRule {
|
|||
while ((c = scanner.read()) != ICharacterScanner.EOF) {
|
||||
if ('(' == (char) c)
|
||||
++nOfBrackets;
|
||||
if ('(' == (char)c)
|
||||
--nOfBrackets;
|
||||
|
||||
if (fEndSequence.length > 0 && c == fEndSequence[0]) {
|
||||
// Check if the specified end sequence has been found.
|
||||
|
|
Loading…
Add table
Reference in a new issue