Changeset 15381
- Timestamp:
- May 25, 2012, 4:58:47 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/optimizers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/optimizers.lisp
r15093 r15381 1560 1560 (if (and class 1561 1561 (subtypep class 'standard-object) 1562 (not (subtypep class 'foreign-standard-object))1563 (not (subtypep class 'funcallable-standard-object)))1562 (not (subtypep 'foreign-standard-object class)) 1563 (not (subtypep 'funcallable-standard-object class))) 1564 1564 'std-instance-class-cell-typep 1565 1565 'class-cell-typep)))
Note:
See TracChangeset
for help on using the changeset viewer.
