Changeset 8393
- Timestamp:
- Feb 1, 2008, 8:47:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/source-tracking-0801/ccl/compiler/lambda-list.lisp
r8390 r8393 45 45 (getf (%lfun-info fn) 'text)) 46 46 47 (defun show-function-constants (f) 48 (dotimes (i (- (uvsize (function-to-function-vector f)) 49 (%function-code-words f))) 50 (format t "~&~d: ~s" i (nth-immediate f (1+ i))))) 51 52 (defun show-uvector-contents (uvector) 53 (dotimes (i (uvsize uvector)) 54 (format t "~&~D: ~S" i (uvref uvector i)))) 55 47 56 ;;; Lambda-list utilities 48 57
Note:
See TracChangeset
for help on using the changeset viewer.
