mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Binary constants contributed by Thomas Holland. Bug 249698.
This commit is contained in:
parent
434637bb10
commit
89f966e3ef
1 changed files with 6 additions and 0 deletions
|
@ -326,6 +326,12 @@ public interface IProblem
|
||||||
*/
|
*/
|
||||||
public final static int SCANNER_BAD_CONDITIONAL_EXPRESSION = SCANNER_RELATED | 0x00E;
|
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
|
* Preprocessor Problems
|
||||||
|
|
Loading…
Add table
Reference in a new issue