1
0
Fork 0
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:
Anton Leherbauer 2009-01-16 08:04:36 +00:00
parent e314072063
commit 52034c884a

View file

@ -66,7 +66,7 @@ public class MakefileCodeScanner extends AbstractMakefileCodeScanner {
public boolean isWhitespace(char character) {
return Character.isWhitespace(character);
}
}, other));
}));
// Put before the the word rules
MultiLineRule defineRule = new MultiLineRule("define", "endef", macroDef); //$NON-NLS-1$ //$NON-NLS-2$