From 855834ed40250f35fe5de5e304173ec69059e2fc Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 7 Aug 2022 17:23:35 +0200 Subject: constant defs --- 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 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, }; -- cgit v1.2.3