diff options
| author | 2022-08-20 14:02:48 +0200 | |
|---|---|---|
| committer | 2022-08-20 14:02:48 +0200 | |
| commit | 0ede7e7f9d6235092d9e3ae2df8b25445fb89c38 (patch) | |
| tree | 54df7ec7aeeab5e2209c6e4be33dc6c5ed696848 /src/cffc.hff | |
| parent | 46e1f128fd310bd29a2b4335b36c60d6cc0aa3a7 (diff) | |
more IR progress
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff index e10602d..31af5fb 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -131,6 +131,7 @@ struct Parser { curexpan *Expan, expanno int, loopid int, + varid int, targty *const Type, tokloc Loc, curloc Loc, @@ -240,6 +241,7 @@ struct Var { ini Option<Expr>, fwd bool, fnid int, + id int, } struct MacroCase { |