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