From 34c562e88e4c7b779bc3374019c0124f68d9125f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 14:23:24 -0400 Subject: Move cord helper functions into their own file --- parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'parse.c') diff --git a/parse.c b/parse.c index ab041197..e98a57d7 100644 --- a/parse.c +++ b/parse.c @@ -17,6 +17,7 @@ #include "builtins/text.h" #include "builtins/table.h" #include "builtins/util.h" +#include "cordhelpers.h" // The cache of {filename -> parsed AST} will hold at most this many entries: #ifndef PARSE_CACHE_SIZE -- cgit v1.2.3