Changeset 8022
- Timestamp:
- Jan 8, 2008, 12:43:14 AM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/arglist.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/arglist.lisp
r7254 r8022 207 207 (keys)) 208 208 (let* ((rest nil) 209 (map (car (function-symbol-map lfun)))) 209 (map (if (> pc target::arg-check-trap-pc-limit) 210 (car (function-symbol-map lfun))))) 210 211 (if (and map pc) 211 212 (let ((total (+ nreq nopt (if (or restp lexprp) 1 0) (or nkeys 0)))
Note:
See TracChangeset
for help on using the changeset viewer.
