Changeset 5267


Ignore:
Timestamp:
Sep 27, 2006, 4:05:29 AM (18 years ago)
Author:
Gary Byers
Message:

CLASS-PROTOTYPE method for CLASS class (mostly for BUILT-IN-CLASSes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-clos-boot.lisp

    r4902 r5267  
    31613161
    31623162;;; Need to define this for all of the BUILT-IN-CLASSes.
     3163(defmethod class-prototype ((class class))
     3164  (%class.prototype class))
     3165
    31633166(defmethod class-prototype ((class std-class))
    31643167  (or (%class.prototype class)
    31653168      (setf (%class.prototype class) (allocate-instance class))))
    3166 
    31673169
    31683170
Note: See TracChangeset for help on using the changeset viewer.