diff options
| author | 2022-08-19 06:50:12 +0200 | |
|---|---|---|
| committer | 2022-08-19 06:50:12 +0200 | |
| commit | 01969818aec859611ca1989783b6e0d7f81bdf9e (patch) | |
| tree | 80324a21b5b4647107d6596eaabd741e9f824f39 /bootstrap/all.h | |
| parent | eb48600f4da4e52dd2cb46a284474c4cba8fe237 (diff) | |
alignof, offsetof
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) \ |