mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
6dd26c1525
commit
68c99e9441
1 changed files with 2 additions and 3 deletions
|
@ -27,9 +27,7 @@ public interface IASTDeclSpecifier extends IASTNode {
|
|||
public static final int sc_static = 3;
|
||||
public static final int sc_auto = 4;
|
||||
public static final int sc_register = 5;
|
||||
/**
|
||||
* @since 5.2
|
||||
*/
|
||||
/** @since 5.2 */
|
||||
public static final int sc_mutable = 6;
|
||||
|
||||
/**
|
||||
|
@ -40,6 +38,7 @@ public interface IASTDeclSpecifier extends IASTNode {
|
|||
// Type qualifier
|
||||
public boolean isConst();
|
||||
public boolean isVolatile();
|
||||
|
||||
/**
|
||||
* @since 5.2
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue