[cl-typesetting-devel] Fwd: top-level misuses defconstant

Marc Battyani marc.battyani at fractalconcept.com
Mon Jun 13 14:27:01 UTC 2005


 "Faré" <fahree at gmail.com> writes:

>In cl-typesetting-current, top-level.lisp uses defconstant to define a
>list, which is non-conformant to ANSI CL, and which SBCL refuses to
>compile unless you force non-conformant behaviour. The defconstant
>+paper-sizes+ should be a defvar, or a defconstant*, where
>defconstant* is defined to be defconstant on those implementations
>that support it, or defvar on others, or defconstant wrapped in
>something proper in SBCL.
>
>http://www.sbcl.org/manual/Defining-Constants.html

OK I will put a defparameter.

Marc





More information about the cl-typesetting-devel mailing list