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
2c66192b
Commit
2c66192b
authored
Aug 20, 2011
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Fix #162: Non-symbol in variable position of SETQ form causes class
verification problems of generated .cls file.
parent
98b78054
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/compiler-pass2.lisp
View file @
2c66192b
...
...
@@ -6383,6 +6383,10 @@ We need more thought here.
(
list
+lisp-symbol+
+lisp-object+
)
+lisp-object+
)))
(
t
(
unless
(
symbolp
name
)
(
error
'program-error
"First argument to SETQ is not a symbol in ~S"
form
))
(
with-operand-accumulation
((
emit-thread-operand
)
(
emit-load-externalized-object-operand
name
)
...
...
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