1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT
[sbcl.git] / contrib / sb-cover / cover.lisp
index 03ac9da..8a38551 100644 (file)
@@ -473,7 +473,7 @@ The source locations are stored in SOURCE-MAP."
               (cond ((sb-impl::token-delimiterp nextchar)
                      (cond ((eq listtail thelist)
                             (unless *read-suppress*
-                              (sb-impl::%reader-error
+                              (sb-int:simple-reader-error
                                stream
                                "Nothing appears before . in list.")))
                            ((sb-impl::whitespace[2]p nextchar)