Changeset 5940
- Timestamp:
- Feb 19, 2007, 1:09:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-clos-boot.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-clos-boot.lisp
r5779 r5940 1535 1535 1536 1536 1537 (defglobal *funcallable-standard-object-class* 1538 (make-standard-class 'funcallable-standard-object 1539 *standard-object-class* *function-class*)) 1537 1540 1538 1541 1539 (defglobal *funcallable-standard-class-class* 1542 1540 (make-standard-class 'funcallable-standard-class *std-class-class*)) 1541 1542 (defglobal *funcallable-standard-object-class* 1543 (make-class 'funcallable-standard-object 1544 (%class.own-wrapper *funcallable-standard-class-class*) 1545 (list *standard-object-class* *function-class*))) 1543 1546 1544 1547 (defglobal *generic-function-class*
Note:
See TracChangeset
for help on using the changeset viewer.
