diff options
Diffstat (limited to 'c/c.h')
| -rw-r--r-- | c/c.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ struct decl { union type ty; uchar scls; uchar qual : 2, + noret : 1, + inlin : 1, isenum : 1, isdef : 1, isbuiltin : 1; |