diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:48:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:48:31 -0400 |
| commit | 9095599bc5184239fdc3dd35bc5bbbb89452b5c6 (patch) | |
| tree | b58dd0887d4dfb28d8a457b93c976b0bd98af7e9 /src/compile/statements.c | |
| parent | eadd5ac512aa9b9ac9d045cf402242c79ee4cb0b (diff) | |
Split declarations into a file
Diffstat (limited to 'src/compile/statements.c')
| -rw-r--r-- | src/compile/statements.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/statements.c b/src/compile/statements.c index 03505691..2e46e42b 100644 --- a/src/compile/statements.c +++ b/src/compile/statements.c @@ -17,6 +17,7 @@ #include "../typecheck.h" #include "assignments.h" #include "blocks.h" +#include "declarations.h" #include "functions.h" #include "optionals.h" #include "pointers.h" |
