aboutsummaryrefslogtreecommitdiff
path: root/src/ast.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 16:20:01 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 16:20:01 +0300
commitdbcb4228e0301c241b5d921fd64e6d6139f714e3 (patch)
tree09bf856ac97e953a27a74f87f61135fddbf8af2a /src/ast.c
parent2ca159fb5c2a52f33c499eef1fa50a98a863b0f0 (diff)
downloadek-dbcb4228e0301c241b5d921fd64e6d6139f714e3.tar.gz
ek-dbcb4228e0301c241b5d921fd64e6d6139f714e3.zip
rename to ek
Diffstat (limited to 'src/ast.c')
-rw-r--r--src/ast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ast.c b/src/ast.c
index b8b52a3..4b757bf 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -7,8 +7,8 @@
#include <assert.h>
#include <math.h>
-#include <cu/ast.h>
-#include <cu/scope.h>
+#include <ek/ast.h>
+#include <ek/scope.h>
#define ALLOC_NODE(n, type) \
struct ast_node *n = calloc(1, sizeof(struct ast_node)); \