From 7b5abecd2bef6b7441b0d850f95d451b441a6f76 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 18 Mar 2025 19:58:30 +0200 Subject: move to generic conts --- src/compiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler.c') diff --git a/src/compiler.c b/src/compiler.c index d865ea5..6f24ee6 100644 --- a/src/compiler.c +++ b/src/compiler.c @@ -113,7 +113,7 @@ static int process(struct scope *scope, const char *file) #define MAP_TYPE struct scope * #define MAP_CMP(a, b) strcmp((a), (b)) #define MAP_NAME scopes -#include "ek/map.h" +#include /* ugly global for now */ static struct scopes scopes; -- cgit v1.3