Changeset 13499
- Timestamp:
- Mar 9, 2010, 5:43:44 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-streams.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-streams.lisp
r13470 r13499 6238 6238 (if (< (the fixnum value) 0) 6239 6239 (report-bad-arg value 'unsigned-byte)) 6240 (do* ((shift (ash (the fixnum (1- len)) 3) (- shift 8)))6240 (do* ((shift (ash (the fixnum (1- len)) 3) (- shift 8))) 6241 6241 ((< shift 0) (progn 6242 6242 (setf (io-buffer-idx outbuf) idx)
Note:
See TracChangeset
for help on using the changeset viewer.
