1
0
Fork 0
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:
John Cortell 2008-04-02 21:38:01 +00:00
parent 2f34147639
commit 3f4bcfc489

View file

@ -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;
}