diff options
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -177,19 +177,6 @@ struct decl { int id; }; -struct env { - struct env *up; - struct decls { - struct decls *prev; - struct decl decl; - } *decls; - struct tagged { - struct tagged *prev; - struct span span; - union type t; - } *tagged; -}; - enum evalmode { EVINTCONST, EVARITH, |