diff options
| author | 2025-12-11 12:33:05 +0100 | |
|---|---|---|
| committer | 2025-12-11 12:33:05 +0100 | |
| commit | fdab9d9c182b54579c022dc53ee9285a8db90447 (patch) | |
| tree | f530ff61df0688da9af7a55efb8bd5d9702981fc /c/c.h | |
| parent | e7671ddf611be4ab62deb1b6e2d0d3862c75dec6 (diff) | |
c: support for noreturn, and decl parsing cleanup
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; |