From fc55daf22dd890860ac9c1a0a29900977a700df2 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 8 Aug 2022 16:06:08 +0200 Subject: start self hosted comler --- bootstrap/all.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bootstrap/all.h') 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; -- cgit v1.2.3