Changeset 144
- Timestamp:
- Dec 19, 2003, 3:44:42 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/macros.lisp
r80 r144 1580 1580 `(:metaclass (find-class ',(cadr option)))) 1581 1581 (t 1582 (list `', (car option) `',(cdr option))))))1582 (list `',option-name `',(cadr option)))))) 1583 1583 (canonicalize-slot-spec (slot) 1584 1584 (if (null slot) (signal-program-error "Illegal slot NIL"))
Note:
See TracChangeset
for help on using the changeset viewer.
