1.0.7.24: Fix CALL-NEXT-METHOD / EVAL-WHEN interaction
authorChristophe Rhodes <csr21@cantab.net>
Tue, 17 Jul 2007 11:24:26 +0000 (11:24 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Tue, 17 Jul 2007 11:24:26 +0000 (11:24 +0000)
Reported by Sascha Wilde sbcl-devel 2007-07-15.  This fix is not
the one that I sent to sbcl-devel 2007-07-16, because that's
just too horrible; instead we expand DEFMETHOD into separate
:LOAD-TOPLEVEL and :EXECUTE branches.  (This needs a minor test
adjustment)


No differences found