Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
LAYOUT-HASH so that structure layouts get initialized, etc. Add DIRECT-SUPERCLASSES slot to BUILT-IN-CLASS and initialize it. Add FIND-CLASS-CELL, CLASS-CELL-CLASS and CLASS-CELL-NAME to support forward references to redefinable or undefined classes. INFO TYPE CLASS is now a CLASS-CELL or NIL, and the class is actually in the CLASS-CELL-CLASS. Added some missing elements in the class-precedence lists of float and number.
ram authoredLAYOUT-HASH so that structure layouts get initialized, etc. Add DIRECT-SUPERCLASSES slot to BUILT-IN-CLASS and initialize it. Add FIND-CLASS-CELL, CLASS-CELL-CLASS and CLASS-CELL-NAME to support forward references to redefinable or undefined classes. INFO TYPE CLASS is now a CLASS-CELL or NIL, and the class is actually in the CLASS-CELL-CLASS. Added some missing elements in the class-precedence lists of float and number.