projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688c94d
)
Fix TAGBODY
author
David Vázquez
<davazp@gmail.com>
Sun, 12 May 2013 20:23:10 +0000
(21:23 +0100)
committer
David Vázquez
<davazp@gmail.com>
Sun, 12 May 2013 20:23:10 +0000
(21:23 +0100)
experimental/compiler.lisp
patch
|
blob
|
history
diff --git
a/experimental/compiler.lisp
b/experimental/compiler.lisp
index
d66a3df
..
9162fe1
100644
(file)
--- a/
experimental/compiler.lisp
+++ b/
experimental/compiler.lisp
@@
-524,7
+524,7
@@
;; block in a alist in TAG-BLOCKS.
(let ((*cursor* *cursor*))
(dolist (tag tags)
- (set-cursor :block (split-block))
+ (setq *cursor* (cursor :block (split-block)))
(push-binding tag 'tag (current-block))
(if (assoc tag tag-blocks)
(error "Duplicated tag `~S' in tagbody." tag)