Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    3df796c7
    Changed MAKE-LAYOUT to initialize (or arrange to initialize) the · 3df796c7
    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.
    3df796c7
    History
    Changed MAKE-LAYOUT to initialize (or arrange to initialize) the
    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.