aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/c.h')
-rw-r--r--c/c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/c.h b/c/c.h
index 4b2b197..a19542b 100644
--- a/c/c.h
+++ b/c/c.h
@@ -86,6 +86,8 @@ struct decl {
union type ty;
uchar scls;
uchar qual : 2,
+ noret : 1,
+ inlin : 1,
isenum : 1,
isdef : 1,
isbuiltin : 1;