aboutsummaryrefslogtreecommitdiff
path: root/src/parse/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/parse.h')
-rw-r--r--src/parse/parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/parse.h b/src/parse/parse.h
index 2d81170c..24e173a5 100644
--- a/src/parse/parse.h
+++ b/src/parse/parse.h
@@ -8,6 +8,8 @@
#include "../ast.h"
#include "../stdlib/files.h"
+#define SPACES_PER_INDENT 4
+
typedef struct {
file_t *file;
jmp_buf *on_err;