diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 15:27:34 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 15:27:34 -0400 |
| commit | 4188d627c6869cb6b443ae3b6dece40486f4a039 (patch) | |
| tree | 018d309e84cd752c93a3b55770fcd979e0d35c54 /src/tomo.c | |
| parent | 82466a2f9507ad6991c5a275d2be97691ef58db6 (diff) | |
Bugfix: added support for Tomo identifiers that are C keywords
Diffstat (limited to 'src/tomo.c')
| -rw-r--r-- | src/tomo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include "ast.h" #include "compile.h" #include "modules.h" +#include "naming.h" #include "parse.h" #include "stdlib/bools.h" #include "stdlib/bytes.h" |
