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

View File

@@ -12,7 +12,7 @@
* Description: Symbol Table implementation
*/
#include "./base.h"
#include "./alisp.h"
#include <malloc.h>
#include <string.h>