Revision 1.12 for FIND-CLASS broke the PCL build process. This is a
better fix (suggested by Douglas) in that FIND-CLASS-CELL as called from FIND-CLASS is not allowed to produce any side effects. This restores the build process and lets (find-class :x nil) => NIL as relied on by some codes.
Please register or sign in to comment