From bfb829b1fe85911a84454d6da1948910f42b2c5c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:29:58 -0400 Subject: Rename parse -> expressions --- src/parse/suffixes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/suffixes.c') diff --git a/src/parse/suffixes.c b/src/parse/suffixes.c index cc1905b9..7e748caf 100644 --- a/src/parse/suffixes.c +++ b/src/parse/suffixes.c @@ -8,7 +8,7 @@ #include "../stdlib/util.h" #include "context.h" #include "errors.h" -#include "parse.h" +#include "expressions.h" #include "utils.h" ast_t *parse_field_suffix(parse_ctx_t *ctx, ast_t *lhs) { -- cgit v1.2.3