X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/d63df20adbac17c905f711af54d7c94b9079209b..a1985b3cf0ca42f573b8599ec50a0f162a26c314:/src/parser/package.lisp diff --git a/src/parser/package.lisp b/src/parser/package.lisp index 623c297..e3e363d 100644 --- a/src/parser/package.lisp +++ b/src/parser/package.lisp @@ -33,7 +33,7 @@ #+cmu #:extensions #+ecl #.(if (find-package '#:gray) '#:gray '#:si) #+clisp #:gray)) - (error "Unsupported Lisp (can't find Gray streams)."))) + (error "Unsupported Lisp (can't find Gray streams)"))) ;; CMUCL's `extensions' package has lots of cruft. Use our cruft instead. #+cmu (:shadowing-import-from #:sod-utilities #:symbolicate #:once-only))