- Timestamp:
- Jun 12, 2008, 5:38:30 AM (16 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/source-files.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/source-files.lisp
r9578 r9740 435 435 (find-definitions-for-name name type)) 436 436 :test #'def-eql)))) 437 438 437 (typecase thing 438 (method-function (collect-def 'method (%method-function-method thing))) 439 439 (function (if (getf (%lfun-info thing) 'function-source-note) 440 440 (let* ((function-source-note (getf (%lfun-info thing) 'function-source-note))) … … 447 447 (method (collect-def 'method thing)) 448 448 (symbol (collect-def 't thing)))) 449 450 449 definitions)) 451 450
Note:
See TracChangeset
for help on using the changeset viewer.
