From c455e7b67d2e55e6ed03e3449203d4e307f5a7dd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 20:18:08 -0400 Subject: Rename builtins/ -> stdlib/ --- parse.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'parse.c') diff --git a/parse.c b/parse.c index 4e57cabf..a5ad136b 100644 --- a/parse.c +++ b/parse.c @@ -12,10 +12,10 @@ #include #include "ast.h" -#include "builtins/integers.h" -#include "builtins/text.h" -#include "builtins/tables.h" -#include "builtins/util.h" +#include "stdlib/integers.h" +#include "stdlib/text.h" +#include "stdlib/tables.h" +#include "stdlib/util.h" #include "cordhelpers.h" // The cache of {filename -> parsed AST} will hold at most this many entries: -- cgit v1.2.3