Changeset 14044 for trunk/source/compiler/lambda-list.lisp
- Timestamp:
- Jul 26, 2010, 1:18:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/lambda-list.lisp
r13067 r14044 35 35 (defun function-source-note (fn) 36 36 (getf (%lfun-info fn) '%function-source-note)) 37 38 (defun %function-acode-string (fn) 39 (getf (%lfun-info fn) '%function-acode-string)) 37 40 38 41 (defun uncompile-function (fn)
Note: See TracChangeset
for help on using the changeset viewer.