Changeset 7746


Ignore:
Timestamp:
Nov 24, 2007, 7:41:01 PM (17 years ago)
Author:
Gary Byers
Message:

fix handling of class cell in late SET-FIND-CLASS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0711/ccl/level-1/l1-clos-boot.lisp

    r7727 r7746  
    12791279     (setq class (require-type class 'class))
    12801280     (when (built-in-type-p name)
    1281        (unless (eq (cdr cell) class)
     1281       (unless (eq (class-cell-class cell) class)
    12821282         (error "Cannot redefine built-in type name ~S" name)))
    12831283     (when (eq (%class.name class) name)
Note: See TracChangeset for help on using the changeset viewer.