Changeset 13467
- Timestamp:
- Feb 27, 2010, 8:56:57 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/misc.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/misc.lisp
r13440 r13467 1001 1001 (class (class-of (if (eql typecode target::subtag-slot-vector) 1002 1002 (uvref thing slot-vector.instance) 1003 thing))) 1003 (if (eql typecode target::subtag-function) 1004 (function-vector-to-function thing) 1005 thing)))) 1004 1006 (index (or (gethash class map) 1005 1007 (let ((count (hash-table-count map)))
Note:
See TracChangeset
for help on using the changeset viewer.
