X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpackage.lisp;h=e8aeb85a762ba653eae839b8a1ed1b638d64f0cb;hb=0e03a9ac950b78d776c4869c809e202d9e929f39;hp=c636fdd4249d7db3df9b1065cf29864bb3672e80;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/src/code/package.lisp b/src/code/package.lisp index c636fdd..e8aeb85 100644 --- a/src/code/package.lisp +++ b/src/code/package.lisp @@ -104,7 +104,9 @@ #!+sb-package-locks (lock nil :type boolean) #!+sb-package-locks - (%implementation-packages nil :type list)) + (%implementation-packages nil :type list) + ;; Definition source location + (source-location nil :type (or null sb!c:definition-source-location))) ;;;; iteration macros @@ -234,7 +236,7 @@ (or (find-package package) (error 'simple-package-error ;; could be a character - :name (string package) + :package (string package) :format-control "~@<~S does not name a package ~:>" :format-arguments (list package))))) (if (consp ,these-packages)