X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fparse-defmacro-errors.lisp;h=993318193b901cae2dca986b4ab27a8a0ecd3d45;hb=959057baab99d4328fc386aee3fcc812f5fcb3ed;hp=456c35271db8fbd64a1c9b6013e4a511d129be56;hpb=bee53328c93be3433477821131ab805557476c8b;p=sbcl.git diff --git a/src/code/parse-defmacro-errors.lisp b/src/code/parse-defmacro-errors.lisp index 456c352..9933181 100644 --- a/src/code/parse-defmacro-errors.lisp +++ b/src/code/parse-defmacro-errors.lisp @@ -1,8 +1,9 @@ -;;;; error-handling machinery for PARSE-DEFMACRO, separated from PARSE-DEFMACRO -;;;; code itself because the happy path can be handled earlier in the bootstrap -;;;; sequence than DEFINE-CONDITION can be, and because some of the error -;;;; handling depends on SBCL extensions, while PARSE-DEFMACRO needs to run in -;;;; the cross-compiler on the host Common Lisp +;;;; error-handling machinery for PARSE-DEFMACRO, separated from +;;;; PARSE-DEFMACRO code itself because the happy path can be handled +;;;; earlier in the bootstrap sequence than DEFINE-CONDITION can be, +;;;; and because some of the error handling depends on SBCL +;;;; extensions, while PARSE-DEFMACRO needs to run in the +;;;; cross-compiler on the host Common Lisp ;;;; This software is part of the SBCL system. See the README file for ;;;; more information.