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 ff9d3eb..bc49f29 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -133,6 +133,7 @@ struct Stmt {
u enum union {
Block [#]Stmt,
Expr Expr,
+ Decl *Decl,
}
}
@@ -147,6 +148,7 @@ struct Fn {
struct Var {
ty *const Type,
ini Option<Expr>,
+ fwd bool,
fnid int,
}