diff options
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h index 2f7f070..8c80fe4 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -177,7 +177,7 @@ struct type { const char *name; const struct type *ty; }) flds; - slice_t(struct decl) decls; + slice_t(struct decl *) decls; bool fwd; int id; } agg; @@ -382,12 +382,8 @@ struct stmt { }; }; -struct declsl { - slice_t(struct decl); -}; - struct comfile { - struct declsl decls; + slice_t(struct decl *) decls; }; /************/ |