diff options
| author | 2025-12-11 12:33:05 +0100 | |
|---|---|---|
| committer | 2025-12-11 12:33:05 +0100 | |
| commit | fdab9d9c182b54579c022dc53ee9285a8db90447 (patch) | |
| tree | f530ff61df0688da9af7a55efb8bd5d9702981fc /type.h | |
| parent | e7671ddf611be4ab62deb1b6e2d0d3862c75dec6 (diff) | |
c: support for noreturn, and decl parsing cleanup
Diffstat (limited to 'type.h')
| -rw-r--r-- | type.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ enum qualifier { QCONST = 1<<0, QVOLATILE = 1<<1, - QNORETURN = 1<<2, /* functions */ - QINLINE = 1<<3, /* functions */ }; enum typetag { /* ordering is important here! */ |