diff options
| author | 2022-08-05 07:28:56 +0200 | |
|---|---|---|
| committer | 2022-08-05 07:28:56 +0200 | |
| commit | 9667272414380e2d50113e0a0c6408a02e7c23eb (patch) | |
| tree | 9537c57f7b13aa43ce63553ca44d8ba42e6ed1c3 /bootstrap/all.h | |
| parent | fc29f3f2b0c3a7c5ef1c75d910cf0815d2edbba2 (diff) | |
fn type syntax, bugfixs
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 2 |
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; }; |