aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-17 15:27:34 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-17 15:27:34 -0400
commit4188d627c6869cb6b443ae3b6dece40486f4a039 (patch)
tree018d309e84cd752c93a3b55770fcd979e0d35c54 /src/tomo.c
parent82466a2f9507ad6991c5a275d2be97691ef58db6 (diff)
Bugfix: added support for Tomo identifiers that are C keywords
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tomo.c b/src/tomo.c
index e105cb7a..e8012f9e 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -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"