From 01969818aec859611ca1989783b6e0d7f81bdf9e Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 19 Aug 2022 06:50:12 +0200 Subject: alignof, offsetof --- bootstrap/all.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap/all.h') diff --git a/bootstrap/all.h b/bootstrap/all.h index 34bab40..1bfe919 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -30,6 +30,7 @@ struct span { /* must be alpha sorted */ #define LIST_KEYWORDS(_) \ + _(alignof) \ _(and) \ _(as) \ _(break) \ @@ -47,6 +48,7 @@ struct span { _(if) \ _(import) \ _(let) \ + _(offsetof) \ _(or) \ _(return) \ _(sizeof) \ -- cgit v1.2.3