aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-11 12:33:05 +0100
committerlemon <lsof@mailbox.org>2025-12-11 12:33:05 +0100
commitfdab9d9c182b54579c022dc53ee9285a8db90447 (patch)
treef530ff61df0688da9af7a55efb8bd5d9702981fc /type.h
parente7671ddf611be4ab62deb1b6e2d0d3862c75dec6 (diff)
c: support for noreturn, and decl parsing cleanup
Diffstat (limited to 'type.h')
-rw-r--r--type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/type.h b/type.h
index f83a60c..2bafa8d 100644
--- a/type.h
+++ b/type.h
@@ -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! */