aboutsummaryrefslogtreecommitdiff
path: root/constructor.c
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-08-20 21:24:07 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-08-20 21:24:07 +0100
commit643896e2c8a2a9088819d3410f94008a83f575c6 (patch)
treeaa367281b44a0728888c864bf1cb71dd44bd3143 /constructor.c
parent3074ba5babaf39e4a177444a8ffb5f81b991440f (diff)
downloadalisp-643896e2c8a2a9088819d3410f94008a83f575c6.tar.gz
alisp-643896e2c8a2a9088819d3410f94008a83f575c6.tar.bz2
alisp-643896e2c8a2a9088819d3410f94008a83f575c6.zip
rename base.h -> alisp.h
Makes more sense when you think about including it as an external library
Diffstat (limited to 'constructor.c')
-rw-r--r--constructor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/constructor.c b/constructor.c
index e500430..fd1e0d0 100644
--- a/constructor.c
+++ b/constructor.c
@@ -14,7 +14,7 @@
#include <malloc.h>
-#include "./base.h"
+#include "./alisp.h"
lisp_t *make_int(i64 i)
{