Changeset 5267
- Timestamp:
- Sep 27, 2006, 4:05:29 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-clos-boot.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-clos-boot.lisp
r4902 r5267 3161 3161 3162 3162 ;;; Need to define this for all of the BUILT-IN-CLASSes. 3163 (defmethod class-prototype ((class class)) 3164 (%class.prototype class)) 3165 3163 3166 (defmethod class-prototype ((class std-class)) 3164 3167 (or (%class.prototype class) 3165 3168 (setf (%class.prototype class) (allocate-instance class)))) 3166 3167 3169 3168 3170
Note:
See TracChangeset
for help on using the changeset viewer.
