Changeset 482
- Timestamp:
- Feb 6, 2004, 11:39:56 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-boot-lds.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-boot-lds.lisp
r6 r482 76 76 (pushnew output-stream 77 77 *auto-flush-streams*)) 78 (let* ((shared-input 79 (input-stream-shared-resource 80 input-stream))) 81 (when shared-input 82 (setf (shared-resource-primary-owner 83 shared-input) 84 *current-process*))) 78 85 (funcall initial-function)) 79 86 (with-lock-grabbed
Note:
See TracChangeset
for help on using the changeset viewer.
