mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
contrib: cl-simd: remove unnecessary quotes
This commit is contained in:
parent
337606a07c
commit
0092cbb695
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
|||
;; FIXME: We should think of a way to achieve this without using
|
||||
;; internal compiler functions
|
||||
(let ((c::*inline-information* (c::machine-inline-information c::*default-machine*)))
|
||||
(c::def-inline ',name ',mode ',arg-types ',ret-type ,call-str ,@flags)
|
||||
(c::def-inline ,name ,mode ,arg-types ,ret-type ,call-str ,@flags)
|
||||
(setf (c::machine-inline-information c::*default-machine*)
|
||||
c::*inline-information*))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue