mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 20:42:03 -08:00
declare local function local
This commit is contained in:
parent
720af1f355
commit
214f8e1649
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@
|
|||
',exported-from-package-names)))))
|
||||
|
||||
(defun check-disjoint (&rest args)
|
||||
(declare (si::c-local))
|
||||
;; An arg is (:key . set)
|
||||
(do ((list args (cdr list)))
|
||||
((endp list))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue