chiark / gitweb /
infix: Remove redundant progn in loop expander
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 May 2006 00:08:53 +0000 (01:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 13 May 2006 00:08:53 +0000 (01:08 +0100)
infix.lisp

index 73fc3391433f043b88c9761aa51c0b980cf8788f..93ec028076b4623908680e02fde051ae90d1ec38 100644 (file)
@@ -606,7 +606,7 @@ (defopfunc unless operand
 
 (defopfunc loop operand
   (get-token)
-  (pushval `(loop ,@(progn (strip-progn (parse-infix 0))))))
+  (pushval `(loop ,@(strip-progn (parse-infix 0)))))
 
 (defopfunc multiple-value-bind operand
   (get-token)