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
d83b0937
Commit
d83b0937
authored
Aug 31, 2012
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Fix the last DMC-TEST-WITH-ARGS-* failures.
Note: Now I can continue defining DMC-* tests...
parent
68acec5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/clos.lisp
View file @
d83b0937
...
...
@@ -1255,9 +1255,7 @@ Handle with care."
(
setf
rest
(
gensym
))))
(
let*
((
gf-lambda-list
(
gensym
))
(
args-var
(
gensym
))
(
args-len-var
(
when
(
or
(
some
#'
second
optional
)
(
some
#'
second
keys
))
(
gensym
)))
(
args-len-var
(
gensym
))
(
binding-forms
(
gensym
))
(
needs-args-len-var
(
gensym
))
(
emf-form
(
gensym
)))
...
...
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