mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
Replace DEFCONSTANT with DEFPARAMETER because it constains a call to C-INLINE
This commit is contained in:
parent
f6ff6e4ffc
commit
19cbcd5a7c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
`(progn
|
||||
,@(loop
|
||||
for (lisp-name c-name) on args by #'cddr
|
||||
collect `(defconstant ,lisp-name (c-inline () () :int ,c-name :one-liner t)))))
|
||||
collect `(defparameter ,lisp-name (c-inline () () :int ,c-name :one-liner t)))))
|
||||
(defmacro c-constant (name)
|
||||
`(c-inline () () :int ,name :one-liner t)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue