Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    16782e3c
    Changed defstruct redefinition a bit. We are now more explicit about · 16782e3c
    ram authored
    maintaining separate compiler structure info.  When we change the
    included-by info, we copy the DD and included-by list so that the
    definition in the compiler lisp is not affected.  At load or eval time,
    %DEFSTRUCT is now responsible for updating the included-by list
    for the defined-structure-info.
    16782e3c
    History
    Changed defstruct redefinition a bit. We are now more explicit about
    ram authored
    maintaining separate compiler structure info.  When we change the
    included-by info, we copy the DD and included-by list so that the
    definition in the compiler lisp is not affected.  At load or eval time,
    %DEFSTRUCT is now responsible for updating the included-by list
    for the defined-structure-info.