fix MOP validate-superclass incompatibility on Lispworks
commitfe2b2fffb90511327d2a448c8bf021cff97048b7
authorStephen Compall <scompall@nocandysw.com>
Thu, 21 May 2009 01:42:18 +0000 (20 20:42 -0500)
committerStephen Compall <scompall@nocandysw.com>
Thu, 21 May 2009 01:42:18 +0000 (20 20:42 -0500)
tree83554ef733d400e7eb5c70ebe93d62a1e11ebab5
parent003e2d6ed746fd1d555d8415f66985ff8d4e0bd2
fix MOP validate-superclass incompatibility on Lispworks

Lispworks calls validate-superclass when *compiling* defclass and/or
defgeneric specializing on a class, at which time the VS method in
fluid.lisp was not defined yet.  Thanks to Nico de Jager
<ndj-JxuIrPVgl5nF11Dp+j+f1g@public.gmane.org> for the bug report.
sql/fluid.lisp