diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2025-07-28 14:47:52 +0100 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2025-07-28 14:47:52 +0100 |
| commit | a8307f1e45ff9ad61ab1c26f8f7ed1039a6cba6e (patch) | |
| tree | 6c473ce7bb5a9784eff0c15f9ac6ce0cd59eb8cc | |
| parent | d31744f0cc6c33ed24786aca8a01b8916aa82bbf (diff) | |
fix bug zerop
| -rw-r--r-- | liblali.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1517,7 +1517,7 @@ static char *stdlib = LISP( (defun listp (x) (not (atom x))) - (defun zerop (x) (not (! x +0))) + (defun zerop (x) (not (dif x +0))) (defmacro and args (fill ((ap args) t) |
