summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.h b/types.h
index f21ff3f..9a375bd 100644
--- a/types.h
+++ b/types.h
@@ -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 */