diff --git a/code/reader.lisp b/code/reader.lisp index 8b70a3e5a29d1001b9ba036f48e755bb38c18327..e139a88c709e09d49e9782668cc946af93ff25f8 100644 --- a/code/reader.lisp +++ b/code/reader.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/reader.lisp,v 1.22 1997/03/20 21:53:49 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/reader.lisp,v 1.23 1998/03/26 13:20:48 pw Exp $") ;;; ;;; ********************************************************************** ;;; @@ -42,7 +42,7 @@ ;;;; Reader errors: -(define-condition reader-error (simple-condition stream-error) () +(define-condition reader-error (parse-error stream-error) () (:report (lambda (condition stream) (let ((error-stream (stream-error-stream condition)))