Changeset 8033
- Timestamp:
- Jan 10, 2008, 12:16:22 AM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-clos.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-clos.lisp
r8028 r8033 548 548 (setf (%class.cpl class) cpl) 549 549 #|(force-cache-flushes class)|#) 550 (setf (%class.cpl class) cpl))) 550 (setf (%class.cpl class) cpl)) 551 cpl) 551 552 552 553 … … 2069 2070 (flet ((generate-type-check (form type &optional spvar) 2070 2071 (if (or (null *typecheck-slots-in-optimized-make-instance*) 2071 (eq type t)) 2072 (eq type t) 2073 (and (quoted-form-p type) (eq (cadr type) t))) 2072 2074 form 2073 2075 (if spvar
Note:
See TracChangeset
for help on using the changeset viewer.
