Changeset 13344
- Timestamp:
- Dec 30, 2009, 2:40:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/defstruct.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/defstruct.lisp
r13067 r13344 285 285 (when def (set-function-info refname nil))) 286 286 (when (symbolp refname)(fmakunbound refname))) 287 #| 288 ;; The print-function may indeed have become obsolete, 289 ;; but we can't generally remove user-defined code 287 290 (let ((print-fn (sd-print-function sd))) 288 291 (when (symbolp print-fn) (fmakunbound print-fn))) 292 |# 289 293 (let ((constructor (sd-constructor sd))) 290 294 (when (symbolp constructor) (fmakunbound constructor)))
Note:
See TracChangeset
for help on using the changeset viewer.
