Changeset 4902


Ignore:
Timestamp:
Jul 23, 2006, 2:05:22 AM (18 years ago)
Author:
Gary Byers
Message:

*class-table* entry for BASIC-STREAM.

File:
1 edited

Legend:

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

    r4884 r4902  
    11811181
    11821182
    1183 ;(defvar puke nil)
    11841183
    11851184(defun %require-type-class-cell (arg class-cell)
     
    21082107        (setf (%svref v target::subtag-istruct)
    21092108              #'(lambda (i) (or (find-class (%svref i 0) nil) *istruct-class*)))
     2109        (setf (%svref v target::subtag-basic-stream)
     2110              #'(lambda (b) (basic-stream.class b)))
    21102111        (setf (%svref v target::subtag-instance)
    21112112              #'%class-of-instance)
Note: See TracChangeset for help on using the changeset viewer.