From 062aefd6aa7cda6a30ae557f4813a2a967b49596 Mon Sep 17 00:00:00 2001 From: CircleShift Date: Fri, 5 Dec 2025 01:58:03 -0500 Subject: [tnslc] Fix struct resolution --- tnslc/compile/module.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/compile/module.tnsl') diff --git a/tnslc/compile/module.tnsl b/tnslc/compile/module.tnsl index d2f1525..99d42f1 100644 --- a/tnslc/compile/module.tnsl +++ b/tnslc/compile/module.tnsl @@ -188,7 +188,7 @@ struct Module { _printf(str`) _printf("' in module '\0") _printf(self.name) - _printf("'\n\0") + _print_num("' at level %d\n\0", lvl) /; loop (int i = 0; i < self.subs.count) [i++] -- cgit v1.2.3