mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed an accidental PDOM incompatibility.
This commit is contained in:
parent
75672cfedd
commit
13ef5d6942
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ public interface IBasicType extends IType {
|
||||||
* @since 5.2
|
* @since 5.2
|
||||||
*/
|
*/
|
||||||
enum Kind {
|
enum Kind {
|
||||||
eUnspecified, eVoid, eChar, eWChar, eInt, /** @since 5.5 */ eInt128, eFloat, eDouble,
|
eUnspecified, eVoid, eChar, eWChar, eInt, eFloat, eDouble,
|
||||||
eBoolean, eChar16, eChar32, /** @since 5.4 */ eNullPtr
|
eBoolean, eChar16, eChar32, /** @since 5.4 */ eNullPtr, /** @since 5.5 */ eInt128
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @since 5.2 */
|
/** @since 5.2 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue