summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unwind.c b/unwind.c
index 0f9ffe63..f7f3dcec 100644
--- a/unwind.c
+++ b/unwind.c
@@ -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);