chiark
/
gitweb
/
~mdw
/
lisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1b35c11
)
infix: Remove redundant progn in loop expander
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 13 May 2006 00:08:53 +0000
(
01:08
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 13 May 2006 00:08:53 +0000
(
01:08
+0100)
infix.lisp
patch
|
blob
|
blame
|
history
diff --git
a/infix.lisp
b/infix.lisp
index 73fc3391433f043b88c9761aa51c0b980cf8788f..93ec028076b4623908680e02fde051ae90d1ec38 100644
(file)
--- a/
infix.lisp
+++ b/
infix.lisp
@@
-606,7
+606,7
@@
(defopfunc unless operand
(defopfunc loop operand
(get-token)
(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)
(defopfunc multiple-value-bind operand
(get-token)