diff options
Diffstat (limited to 'stdlib/conv.tl')
-rw-r--r-- | stdlib/conv.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/conv.tl b/stdlib/conv.tl index 5f0aa680..b6795d6f 100644 --- a/stdlib/conv.tl +++ b/stdlib/conv.tl @@ -76,7 +76,7 @@ (op where (op eq :))) (let ((nl (length lead)) (nt (length trail))) - (with-gensyms (i nm lfl mfl tfl) + (with-gensyms (nm lfl mfl tfl) (sys:conv-let ^(let* ((,nm (- (length ,list-sym) ,(+ nl nt))) (,lfl (list ,*lead)) |