diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:30:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:30:08 -0400 |
| commit | b378f7359a6b8bd2e47bafdba496d115825adcd7 (patch) | |
| tree | 52deff3a66e2265b84bd20a7e81b20111d29f7dd /src/parse/parse.h | |
| parent | 80755477735baaea66f865c316aff036bebd8e2f (diff) | |
Split out some parser functionality.
Diffstat (limited to 'src/parse/parse.h')
| -rw-r--r-- | src/parse/parse.h | 2 |
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; |
