Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    b8bbec47
    o Fix the generation of new variable leafs by the proclaim functions. · b8bbec47
    dtc authored
      The new variables were being created by copying the old leafs which
      incorrectly copied over any refs, or sets etc, which should have been
      cleared in the new leafs.
    
    o Fix the handling of the 'special identifier in the proclaim IR1
      translator which had been incorrectly using the identifier rather than
      the variable name when updating the hash tables.
    b8bbec47
    History
    o Fix the generation of new variable leafs by the proclaim functions.
    dtc authored
      The new variables were being created by copying the old leafs which
      incorrectly copied over any refs, or sets etc, which should have been
      cleared in the new leafs.
    
    o Fix the handling of the 'special identifier in the proclaim IR1
      translator which had been incorrectly using the identifier rather than
      the variable name when updating the hash tables.