Changeset 14097
- Timestamp:
- 08/16/12 20:01:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass1.lisp
r14081 r14097 922 922 (push local-function *local-functions*)) 923 923 (with-saved-compiler-policy 924 924 (process-optimization-declarations (cddr form)) 925 925 (let* ((block (make-flet-node)) 926 926 (*block* block)
Note: See TracChangeset
for help on using the changeset viewer.