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 8c61d5e..5302a07 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -35,6 +35,7 @@ struct span { _(break) \ _(case) \ _(const) \ + _(def) \ _(defmacro) \ _(do) \ _(else) \ @@ -229,6 +230,7 @@ enum decltype { Dfn, Dlet, Dstatic, + Ddef, Dmacro, Dtepl, }; |