mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Added constant for float.
This commit is contained in:
parent
2f34147639
commit
3f4bcfc489
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ public interface ICDIFormat {
|
|||
final static int BINARY = 2;
|
||||
final static int OCTAL = 3;
|
||||
final static int HEXADECIMAL = 4;
|
||||
final static int FLOAT = 5;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue