Changeset 5019
- Timestamp:
- Aug 25, 2006, 7:13:34 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-boot-lds.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-boot-lds.lisp
r3525 r5019 85 85 (unwind-protect 86 86 (progn 87 (with-lock-grabbed 88 (*auto-flush-streams-lock*) 89 (pushnew output-stream 90 *auto-flush-streams*)) 87 (add-autoflush-stream output-stream) 91 88 (let* ((shared-input 92 89 (input-stream-shared-resource … … 100 97 :note-current-package *package*) 101 98 (funcall initial-function)) 102 (with-lock-grabbed 103 (*auto-flush-streams-lock*) 104 (setq *auto-flush-streams* 105 (delete output-stream 106 *auto-flush-streams*))) 99 (remove-autoflush-stream output-stream) 107 100 (funcall cleanup-function) 108 101 (when close-streams
Note:
See TracChangeset
for help on using the changeset viewer.
