Changeset 483
- Timestamp:
- Feb 6, 2004, 11:40:35 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-boot-2.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-boot-2.lisp
r83 r483 72 72 (defvar *stdout* ()) 73 73 (defvar *stderr* ()) 74 (defvar *terminal-input-lock* ())75 74 76 75 ;;; The hard parts here have to do with setting up *TERMINAL-IO*. … … 124 123 (setq *trace-output* *standard-output*) 125 124 (push *terminal-output* *auto-flush-streams*) 126 (let* ((lock (ioblock-inbuf-lock (stream-ioblock *terminal-input*)))) 127 (%lock-recursive-lock (recursive-lock-ptr lock)) 128 (setq *terminal-input-lock* lock))) 125 (setf (input-stream-shared-resource *terminal-input*) 126 (make-shared-resource "Shared Terminal Input"))) 129 127 130 128
Note:
See TracChangeset
for help on using the changeset viewer.
