Changeset 8452
- Timestamp:
- Feb 10, 2008, 10:44:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/backtrace.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/backtrace.lisp
r8285 r8452 443 443 name 444 444 (position name names :from-end t)))) 445 (if (and pos (< pos nargs))445 (if pos 446 446 (map-entry-value context cfp lfun pc (nth pos indices) unavailable) 447 447 unavailable))
Note:
See TracChangeset
for help on using the changeset viewer.
