From: Mark Wooding Date: Mon, 14 Apr 2008 09:32:08 +0000 (+0100) Subject: Fix constant-resetting. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/d6caa73bc6253f7a0461406a939865a207bad7c8?hp=d6caa73bc6253f7a0461406a939865a207bad7c8 Fix constant-resetting. There's a new macro defconstant* which checks a predicate before actually resetting. But alas the only offender is in infix.lisp, for which we have a policy of not requiring external dependencies, so I've expanded the macro by hand. ---