diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4612,6 +4612,7 @@ static val do_iff(val env, val args) val iff(val condfun, val thenfun, val elsefun) { + elsefun = default_bool_arg(elsefun); return func_f0v(cons(condfun, cons(thenfun, elsefun)), do_iff); } |