summaryrefslogtreecommitdiff
path: root/lisp.c
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-18 14:21:34 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-18 14:21:34 +0100
commitb86d3361836935297c6aedb0318ed8a34e4c52f0 (patch)
treec879fa3ce234be1625914cbcc5e1ab39f0955ba8 /lisp.c
parente6aeef5e54759c26912c4987cb86b3add2d77349 (diff)
refactor lisp.h into public lisp_api.h and internal lisp.h
Diffstat (limited to 'lisp.c')
-rw-r--r--lisp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp.c b/lisp.c
index 4e143f1..d5f9600 100644
--- a/lisp.c
+++ b/lisp.c
@@ -3,6 +3,7 @@
#include <readline/readline.h>
#include <readline/history.h>
#include <math.h>
+#include "lisp_api.h"
#include "lisp.h"
#include "lex.yy.h"
#include "lisp.tab.h"