mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
The monolithic field is no longer used and its accessor collided with the function definition.
This commit is contained in:
parent
df1aec7c28
commit
319c0b50d1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#+ecl (type :reader bundle-op-type)
|
||||
#+ecl (name-suffix :initarg :name-suffix :initform nil)
|
||||
#+ecl (lisp-files :initform nil :accessor bundle-op-lisp-files)
|
||||
#+ecl (monolithic :initform nil :reader bundle-op-monolithic-p)
|
||||
;#+ecl (monolithic :initform nil :reader bundle-op-monolithic-p)
|
||||
#+mkcl (do-fasb :initarg :do-fasb :initform t :reader bundle-op-do-fasb-p)
|
||||
#+mkcl (do-static-library :initarg :do-static-library :initform t :reader bundle-op-do-static-library-p)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue