diff options
Diffstat (limited to 'unwind.c')
-rw-r--r-- | unwind.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -951,6 +951,8 @@ static val me_defex(val form, val menv) { val types = cdr(form); + (void) menv; + if (!all_satisfy(types, func_n1(symbolp), nil)) eval_error(form, lit("defex: arguments must all be symbols"), nao); |