Changeset 7888
- Timestamp:
- Dec 12, 2007, 2:07:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-clos-boot.lisp
r7746 r7888 1248 1248 name) 1249 1249 1250 (eval-when (:compile-toplevel :execute) 1251 (declaim (inline standard-instance-p)) 1252 ) 1253 1254 1255 1256 1257 (defun standard-instance-p (i) 1258 (eq (typecode i) target::subtag-instance)) 1259 1250 1260 (defun check-setf-find-class-protected-class (old-class new-class name) 1251 1261 (when (and (standard-instance-p old-class) … … 1425 1435 1426 1436 1427 (eval-when (:compile-toplevel :execute)1428 (declaim (inline standard-instance-p))1429 )1430 1431 1432 1433 1434 (defun standard-instance-p (i)1435 (eq (typecode i) target::subtag-instance))1436 1437 1437 1438
Note:
See TracChangeset
for help on using the changeset viewer.
