diff options
| author | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-22 13:06:02 +0100 |
|---|---|---|
| committer | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-22 13:06:02 +0100 |
| commit | 91d683a1b819a5b720b9eb11f8409dff9c7883e1 (patch) | |
| tree | ca1bd5716b5185c8e8484a82b755f84c11baf5a7 /lisp.h | |
| parent | f75def0e79ba2d4fdd5e743e56a0a9d96e3a433b (diff) | |
tweaks
Diffstat (limited to 'lisp.h')
| -rw-r--r-- | lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ value *builtin_add(env *e, value *args); value *builtin_sub(env *e, value *args); value *builtin_mul(env *e, value *args); value *builtin_div(env *e, value *args); -value *builtin_le(env *e, value *args); +value *builtin_lt(env *e, value *args); int is_integer(double x); |
