Changeset 13788
- Timestamp:
- Jun 6, 2010, 8:52:34 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/defstruct-lds.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/defstruct-lds.lisp
r13696 r13788 249 249 (remove-structure-defs ',struct-name) ; lose any previous defs 250 250 ,.(defstruct-slot-defs sd refnames env) 251 ,.(if constructor (list (defstruct-constructor sd constructor)))252 ,.(defstruct-boa-constructors sd boa-constructors)253 251 ,.(if copier (defstruct-copier sd copier env)) 254 252 ,.(if predicate (defstruct-predicate sd named predicate env)) … … 264 262 ,.(if documentation (list documentation))) 265 263 ,.(%defstruct-compile sd refnames env) 264 ,.(defstruct-boa-constructors sd boa-constructors) 265 ,.(if constructor (list (defstruct-constructor sd constructor))) 266 266 ;; Wait until slot accessors are defined, to avoid 267 267 ;; undefined function warnings in the print function/method.
Note:
See TracChangeset
for help on using the changeset viewer.
