aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.h
diff options
context:
space:
mode:
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! */