mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Save the full information on the structure :type option
This commit is contained in:
parent
40e37e8ccc
commit
72a0809f6a
1 changed files with 0 additions and 2 deletions
|
|
@ -312,8 +312,6 @@
|
|||
#+clos
|
||||
(when *keep-documentation*
|
||||
(set-documentation name 'STRUCTURE documentation))
|
||||
(and (consp type) (eq (car type) 'VECTOR)
|
||||
(setq type 'VECTOR))
|
||||
(dolist (x slot-descriptions)
|
||||
(and x
|
||||
(not (eql (car x) 'TYPED-STRUCTURE-NAME))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue