diff options
| author | 2022-08-07 17:23:35 +0200 | |
|---|---|---|
| committer | 2022-08-07 17:23:35 +0200 | |
| commit | 855834ed40250f35fe5de5e304173ec69059e2fc (patch) | |
| tree | 093435fcaff9d62bdca0f8a169460b58eb64830b /bootstrap/all.h | |
| parent | b348c470ff065400ff149da6ccefa8fd8f22e9be (diff) | |
constant defs
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, }; |