mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
The special form C-INLINE was destructively manipulating its arguments.
This commit is contained in:
parent
d8abf4d4b7
commit
fb55d5151d
1 changed files with 1 additions and 0 deletions
|
|
@ -381,6 +381,7 @@
|
|||
(let ((ndx (position :cstring arg-types)))
|
||||
(when ndx
|
||||
(let* ((var (gensym))
|
||||
(arguments (copy-list arguments))
|
||||
(value (elt arguments ndx)))
|
||||
(setf (elt arguments ndx) var
|
||||
(elt arg-types ndx) :char*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue