From 7cf2065be92855b5b1db31a4bb7afbb4af29a817 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sun, 29 Mar 2026 08:28:28 -1000 Subject: calling functions and some optimizations --- scope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index 17bc22b..a0d4477 100644 --- a/scope.c +++ b/scope.c @@ -2,7 +2,7 @@ #include #include #include -#define DEFAULT_SIZE 4 +#define DEFAULT_SIZE 16 static void scope_init(struct scope* scope) { scope->types = calloc(DEFAULT_SIZE, sizeof(struct type_def*)); -- cgit v1.2.3