mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
:roswell.dump in features.
This commit is contained in:
parent
7eb6017377
commit
3c55e8c5bb
|
|
@ -127,7 +127,8 @@ exec ros -- $0 "$@"
|
|||
(let ((module (module "dump" (or
|
||||
#+ccl "ccl"
|
||||
#+cmucl "cmucl"
|
||||
(remove #\Space (string-downcase (lisp-implementation-type)))))))
|
||||
(remove #\Space (string-downcase (lisp-implementation-type))))))
|
||||
(*features* (cons :roswell.dump *features*)))
|
||||
(cond
|
||||
((and module r)
|
||||
(multiple-value-bind (args *predump*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue