diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -499,6 +499,8 @@ typedef struct Typer { typedef struct { FILE *outc; IdentID ident_counter; + int indent_lvl; /* how many levels of indentation? */ + bool will_indent; /* will the next thing be indented? */ ParsedFile *file; Block *block; FnExpr *fn; /* which function are we in? (NULL for none) - not used during decls */ |