Fix constant-resetting.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 14 Apr 2008 09:32:08 +0000 (10:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 14 Apr 2008 09:32:08 +0000 (10:32 +0100)
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.


No differences found