Changeset 9838
- Timestamp:
- Jun 27, 2008, 2:46:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/1.2/source/lib/arglist.lisp
r8130 r9838 205 205 (keys)) 206 206 (let* ((rest nil) 207 (map (if ( > pc target::arg-check-trap-pc-limit)207 (map (if (and pc (> pc target::arg-check-trap-pc-limit)) 208 208 (car (function-symbol-map lfun))))) 209 209 (if (and map pc)
Note: See TracChangeset
for help on using the changeset viewer.