Changeset 13208
- Timestamp:
- 02/08/11 18:01:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/clos.lisp
r13207 r13208 2561 2561 2562 2562 (defun check-initargs (gf-list args instance shared-initialize-param initargs) 2563 "Checks the validity of `initargs' for the generic functions in `gf-list' when 2564 called with `args' by calculating the applicable methods for each gf. 2565 The applicable methods for SHARED-INITIALIZE based on `instance', 2566 `shared-initialize-param' and `initargs' are added to the list of 2567 applicable methods." 2563 2568 (when (oddp (length initargs)) 2564 2569 (error 'program-error
Note: See TracChangeset
for help on using the changeset viewer.