Changeset 6649
- Timestamp:
- Jun 3, 2007, 2:45:12 AM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/lib/read.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/lib/read.lisp
r933 r6649 17 17 (in-package "CCL") 18 18 19 20 19 21 (define-condition simple-reader-error (reader-error simple-error) () 20 22 (:report (lambda (c output-stream) 21 (format output-stream "Reader error on stream ~S:~%~?"22 (stream-error- streamc)23 (format output-stream "Reader error on ~a:~%~?" 24 (stream-error-context c) 23 25 (simple-condition-format-control c) 24 26 (simple-condition-format-arguments c))))) … … 46 48 47 49 (defun read-internal (input-stream) 48 (read input-stream t nil t))50 (read input-stream t nil t)) 49 51 50 52
Note:
See TracChangeset
for help on using the changeset viewer.
