Changeset 115


Ignore:
Timestamp:
Dec 12, 2003, 3:27:29 PM (21 years ago)
Author:
Gary Byers
Message:

STANDARD-INSTANCE isn't a type specifier.

File:
1 edited

Legend:

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

    r109 r115  
    13561356
    13571357
     1358
    13581359(defun standard-instance-p (i)
    13591360  (eq (typecode i) ppc32::subtag-instance))
    13601361
    1361 
    1362 (setf (type-predicate 'standard-instance) 'standard-instance-p)
    13631362
    13641363
Note: See TracChangeset for help on using the changeset viewer.