aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff2
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 {