Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
da79ca7b
Commit
da79ca7b
authored
Aug 21, 2011
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Improved readability.
parent
2bf7079c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/compiler-pass2.lisp
View file @
da79ca7b
...
...
@@ -3654,8 +3654,8 @@ given a specific common representation.")
(
t
(
compile-form
subform
nil
nil
)
(
unless
must-clear-values
(
unless
(
single-valued-p
subform
)
(
setf
must-clear-values
t
))))))
(
setf
must-clear-values
(
single-valued-p
subform
))))))
(
label
END-BLOCK
)
(
emit
'goto
EXIT
)
(
when
(
tagbody-non-local-go-p
block
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment