aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/all.h')
-rw-r--r--bootstrap/all.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h
index 373aac9..3cadd4c 100644
--- a/bootstrap/all.h
+++ b/bootstrap/all.h
@@ -180,6 +180,7 @@ struct type {
const char *name;
i64 i;
}) vals;
+ bool lax;
int id;
} enu;
struct {
@@ -243,6 +244,16 @@ enum decltype {
Dlabel,
};
+struct attr {
+ union {
+ struct {
+ uint lax : 1;
+ };
+ uint bits;
+ };
+
+};
+
struct decl {
enum decltype t;
const char *name;