]> git.gag.com Git - fw/altos/commit
altos/lisp: return from unmatched cond is #f, not nil
authorKeith Packard <keithp@keithp.com>
Fri, 1 Dec 2017 10:32:27 +0000 (11:32 +0100)
committerKeith Packard <keithp@keithp.com>
Fri, 1 Dec 2017 10:32:27 +0000 (11:32 +0100)
commit5d0b85f25fa1e5cc816a8256afb38cf9552f6d9d
treed0ea124400ab543661e338406ed62566f237d4e0
parent796017262cd433af5d143cc7168c944e1e05f4e2
altos/lisp: return from unmatched cond is #f, not nil

Fix the return value when we fall off the end of a cond expression to
be #f

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lisp/ao_lisp_eval.c