mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
Fixed compiler macroexpander for STRUCTURE-SET
This commit is contained in:
parent
60825360ea
commit
0e2095753a
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
`(ext:compiler-typecase
|
||||
,aux
|
||||
(,structure-name ,form)
|
||||
(t (ffi:c-inline (,aux ,structure-name ,index ,value)
|
||||
(t (ffi:c-inline (,aux ',structure-name ,index ,value)
|
||||
(:object :object :fixnum :object)
|
||||
:object
|
||||
"ecl_structure_set(#0,#1,#2,#3)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue