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)
commitd6caa73bc6253f7a0461406a939865a207bad7c8
treeb08dc8c7349e104d60ef61ecb12ebec172613499
parentd7d819976cb5d84766bffd2c5272c86203687ee9
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.
infix.lisp
mdw-base.lisp