Changeset 5778
- Timestamp:
- Jan 23, 2007, 6:02:24 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-clos-boot.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-clos-boot.lisp
r5589 r5778 1856 1856 (find-class 'word-vector) 1857 1857 (find-class 'unsigned-word-vector) 1858 (find-class 'base-string) 1858 (find-class 'base-string) ;old 1859 1859 (find-class 'byte-vector) 1860 1860 (find-class 'unsigned-byte-vector) … … 1874 1874 *t-class* 1875 1875 *t-class* 1876 *t-class*1876 (find-class 'base-string) 1877 1877 (find-class 'long-vector) 1878 1878 (find-class 'unsigned-long-vector) … … 2168 2168 (cond ((= class x8664::fulltag-immheader-0) 2169 2169 (%svref *immheader-0-classes* idx)) 2170 ((= class x8664::fulltag-immheader- 0)2170 ((= class x8664::fulltag-immheader-1) 2171 2171 (%svref *immheader-1-classes* idx)) 2172 2172 ((= class x8664::fulltag-immheader-2)
Note:
See TracChangeset
for help on using the changeset viewer.
