diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 19:58:30 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 19:58:47 +0200 |
| commit | 7b5abecd2bef6b7441b0d850f95d451b441a6f76 (patch) | |
| tree | 73d86891a41a7bcdb99a4d74f4613dff1f62c995 /src/compiler.c | |
| parent | 26b79b88ed724d89211e8c3afdebc3c747ef3f67 (diff) | |
| download | ek-7b5abecd2bef6b7441b0d850f95d451b441a6f76.tar.gz ek-7b5abecd2bef6b7441b0d850f95d451b441a6f76.zip | |
move to generic conts
Diffstat (limited to 'src/compiler.c')
| -rw-r--r-- | src/compiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <conts/map.h> /* ugly global for now */ static struct scopes scopes; |
