diff options
| author | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2026-01-18 14:21:34 +0100 |
|---|---|---|
| committer | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2026-01-18 14:21:34 +0100 |
| commit | b86d3361836935297c6aedb0318ed8a34e4c52f0 (patch) | |
| tree | c879fa3ce234be1625914cbcc5e1ab39f0955ba8 /test.c | |
| parent | e6aeef5e54759c26912c4987cb86b3add2d77349 (diff) | |
refactor lisp.h into public lisp_api.h and internal lisp.h
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include "lisp_api.h" #include "lisp.h" #include "lex.yy.h" #include "lisp.tab.h" |
