Changeset 179


Ignore:
Timestamp:
Jan 3, 2004, 11:40:25 AM (21 years ago)
Author:
Gary Byers
Message:

Add a VALIDATE-SUPERCLASS method for (FOREIGN-CLASS STANDARD-CLASS), just
in case.

File:
1 edited

Legend:

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

    r167 r179  
    370370                 (eq class-of-super *standard-class-class*))))))
    371371
     372(defmethod validate-superclass ((class foreign-class) (super standard-class))
     373  t)
     374
    372375(defmethod validate-superclass ((class std-class) (super forward-referenced-class))
    373376  t)
Note: See TracChangeset for help on using the changeset viewer.