From 2245c883680ccfbe545f230d6b68c38ce54bceb6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:13:48 -0400 Subject: Shift some code around. --- src/compile/types.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/compile/types.c') diff --git a/src/compile/types.c b/src/compile/types.c index 9b7cf4df..e3786c99 100644 --- a/src/compile/types.c +++ b/src/compile/types.c @@ -5,10 +5,7 @@ #include "../stdlib/datatypes.h" #include "../stdlib/text.h" #include "../stdlib/util.h" - -static Text_t quoted_str(const char *str) { return Text$quoted(Text$from_str(str), false, Text("\"")); } - -static inline Text_t quoted_text(Text_t text) { return Text$quoted(text, false, Text("\"")); } +#include "text.h" public Text_t compile_type(type_t *t) { -- cgit v1.2.3