1.0.6.46: better standard-specializer-p implementation
authorChristophe Rhodes <csr21@cantab.net>
Mon, 11 Jun 2007 13:47:38 +0000 (13:47 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 11 Jun 2007 13:47:38 +0000 (13:47 +0000)
commit7d853ed1882221bc790062e423a74a620f6e4ee1
treef81f2d2b1983806fbd055647298466692cfdbcec
parent9b634117911815fbf4154546431b4dcf13e38b47
1.0.6.46: better standard-specializer-p implementation
Instead of defining a gf with several methods, define a new
class STANDARD-SPECIALIZER to be used as a superclass to the
various specializers that are handled internally in PCL.

It's not exported, because we don't want people to subclass it:
they will not be able to implement the relevant protocols.
src/pcl/cache.lisp
src/pcl/defs.lisp
src/pcl/methods.lisp
version.lisp-expr