diff options
-rw-r--r-- | stdlib/compiler.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index cb44e8eb..735b83d7 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -2274,7 +2274,7 @@ (t (add ^(,var-sym (if ,al-val (pop ,al-val) ,init-form))))) - (push (list* var-sym have-sym init-form) check-opts))) + (push (list* var-sym have-sym init-form) check-opts))) (if pars.rest (add ^(,pars.rest ,al-val)) (add ^(,ign-2 (if ,al-val |