Changeset 13744
- Timestamp:
- May 29, 2010, 8:43:44 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-readloop-lds.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-readloop-lds.lisp
r13675 r13744 576 576 (format *error-output* "~&~A" 577 577 (get-output-stream-string s))) 578 (format *error-output* ", in process ~a(~d).~%" (process-name *current-process*) (process-serial-number *current-process*)) 578 (if *current-process* 579 (format *error-output* ", in process ~a(~d).~%" (process-name *current-process*) (process-serial-number *current-process*)) 580 (format *error-output* ", in an uninitialized process~%")) 579 581 (force-output *error-output*))) 580 582 ; returns NIL
Note:
See TracChangeset
for help on using the changeset viewer.
