diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-02-26 12:15:10 +0000 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-02-26 12:15:10 +0000 |
| commit | 73db4523540bd73b9717d13b58a24130de0234fa (patch) | |
| tree | b58aed056c058a59a322ce6bc334d367933f9197 /liblali.c | |
| parent | 95dcacea5a1eabfee54c3edbe11b844bf1e5a2ec (diff) | |
Diffstat (limited to 'liblali.c')
| -rw-r--r-- | liblali.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1664,6 +1664,8 @@ static char *stdlib = LISP( (defun consp (x) (and (listp x) (algo x))) + (defun singul (x) (not (consp x))) + (defun differ (x y) (fill ((and (consp x) (consp y)) (dif x y)) (f (or (differ (car x) (car y)) |
