1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00

Binary constants contributed by Thomas Holland. Bug 249698.

This commit is contained in:
Sergey Prigogin 2008-10-06 05:33:10 +00:00
parent 434637bb10
commit 89f966e3ef

View file

@ -326,6 +326,12 @@ public interface IProblem
*/
public final static int SCANNER_BAD_CONDITIONAL_EXPRESSION = SCANNER_RELATED | 0x00E;
/**
* Bad binary encountered by Scanner.
* Required attributes: none.
*/
public final static int SCANNER_BAD_BINARY_FORMAT = SCANNER_RELATED | 0x00F;
/*
* Preprocessor Problems