diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:59:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:59:37 -0400 |
| commit | 7cb55ec0061246685ffe8c6d1d92307495c28943 (patch) | |
| tree | 6e1b1dec1ecac8660068887c320de9e737d65249 /src/compile/tables.c | |
| parent | 56959100a677369eca0261b47ec7299e9a8d1207 (diff) | |
Finally, split compile.c into compile/expressions.c
Diffstat (limited to 'src/compile/tables.c')
| -rw-r--r-- | src/compile/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/tables.c b/src/compile/tables.c index 8ea86a27..e9067c0f 100644 --- a/src/compile/tables.c +++ b/src/compile/tables.c @@ -1,7 +1,7 @@ // This file defines how to compile tables #include "../ast.h" -#include "../compile.h" +#include "expressions.h" #include "../environment.h" #include "../stdlib/datatypes.h" #include "../stdlib/text.h" |
