aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/all.h')
-rw-r--r--bootstrap/all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h
index b01bce7..fa24479 100644
--- a/bootstrap/all.h
+++ b/bootstrap/all.h
@@ -227,7 +227,7 @@ struct decl {
struct var {
const struct type *ty;
struct expr *ini;
- int fnid;
+ int id, fnid;
} var;
struct macro macro;
};