Fix ENSURE-CLASS-VALUES so that (defclass myclass(standard-class)()) works
the same as (defclass myclass()()). Had to map LISP:STANDARD-CLASS to PCL::STANDARD-CLASS when the former was explicitly provided.
Loading
Please register or sign in to comment