From 4188d627c6869cb6b443ae3b6dece40486f4a039 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Aug 2025 15:27:34 -0400 Subject: Bugfix: added support for Tomo identifiers that are C keywords --- src/typecheck.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/typecheck.c') diff --git a/src/typecheck.c b/src/typecheck.c index d151c511..ba30931e 100644 --- a/src/typecheck.c +++ b/src/typecheck.c @@ -11,6 +11,7 @@ #include "ast.h" #include "environment.h" #include "modules.h" +#include "naming.h" #include "parse.h" #include "stdlib/paths.h" #include "stdlib/tables.h" -- cgit v1.2.3