From bbcc85eec5ccccd7cd7573f15510ceccfe42cc0d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:07:14 -0400 Subject: Move suffix rules into their own file --- src/parse/containers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/containers.c') diff --git a/src/parse/containers.c b/src/parse/containers.c index 5c39eb5b..b97dd141 100644 --- a/src/parse/containers.c +++ b/src/parse/containers.c @@ -9,6 +9,7 @@ #include "context.h" #include "errors.h" #include "parse.h" +#include "suffixes.h" #include "utils.h" ast_t *parse_list(parse_ctx_t *ctx, const char *pos) { -- cgit v1.2.3