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/cli.c | |
| parent | eadd5ac512aa9b9ac9d045cf402242c79ee4cb0b (diff) | |
Split declarations into a file
Diffstat (limited to 'src/compile/cli.c')
| -rw-r--r-- | src/compile/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/cli.c b/src/compile/cli.c index 48504207..cccee5a5 100644 --- a/src/compile/cli.c +++ b/src/compile/cli.c @@ -7,7 +7,7 @@ #include "../stdlib/util.h" #include "../typecheck.h" #include "../types.h" -#include "assignments.h" +#include "declarations.h" #include "optionals.h" #include "text.h" #include "types.h" |
