X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-macros.lisp;h=2a7469b75b58ed22b3dc9f3a8b5a3275bd2c358d;hb=cdaa9cb65482eaca5a8eafbbe7b3bec9fb157512;hp=a2af75ef7a7bf38a66c015c315825d86b2cc3974;hpb=8e895602ced5ab847ecc36c1eaa7be1c9a872a22;p=umlisp.git diff --git a/parse-macros.lisp b/parse-macros.lisp index a2af75e..2a7469b 100644 --- a/parse-macros.lisp +++ b/parse-macros.lisp @@ -65,7 +65,7 @@ `(let ((,eof (gensym "EOFSYM-")) (,files (source-files ,path))) (unless ,files - (error "Can't find file files for ~A~%" ,path)) + (error "Can't find files for ~A~%" (namestring ,path))) (with-open-file (,ustream (first ,files) :direction :input #+(and clisp unicode) :external-format #+(and clisp unicode) charset:utf-8)