rename base.h -> alisp.h

Makes more sense when you think about including it as an external
library
This commit is contained in:
2025-08-20 21:24:07 +01:00
parent 3074ba5bab
commit 643896e2c8
7 changed files with 8 additions and 8 deletions

2
tag.c
View File

@@ -15,7 +15,7 @@
#include <assert.h>
#include <stdlib.h>
#include "./base.h"
#include "./alisp.h"
lisp_t *tag_int(i64 i)
{