mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Fix Eclipse 3.5 dependency
This commit is contained in:
parent
e314072063
commit
52034c884a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class MakefileCodeScanner extends AbstractMakefileCodeScanner {
|
||||||
public boolean isWhitespace(char character) {
|
public boolean isWhitespace(char character) {
|
||||||
return Character.isWhitespace(character);
|
return Character.isWhitespace(character);
|
||||||
}
|
}
|
||||||
}, other));
|
}));
|
||||||
|
|
||||||
// Put before the the word rules
|
// Put before the the word rules
|
||||||
MultiLineRule defineRule = new MultiLineRule("define", "endef", macroDef); //$NON-NLS-1$ //$NON-NLS-2$
|
MultiLineRule defineRule = new MultiLineRule("define", "endef", macroDef); //$NON-NLS-1$ //$NON-NLS-2$
|
||||||
|
|
Loading…
Add table
Reference in a new issue