diff options
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) \ |