Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    8d7abc54
    Changed %PROCLAIM to use a FBOUNDP conditional rather than #-new-compiler · 8d7abc54
    ram authored
    to avoid touching the type system before it is loaded.  This way type
    proclamations will work in the new-compiler core, at least after the
    compiler is loaded.
    Fixed %COMPILER-DEFSTRUCT to make the copier and predicate :DEFINED so
    that we don't give spurious undefined warnings.
    SPECIFIER-TYPE-CACHE -> VALUES-SPECIFIER-TYPE-CACHE
    8d7abc54
    History
    Changed %PROCLAIM to use a FBOUNDP conditional rather than #-new-compiler
    ram authored
    to avoid touching the type system before it is loaded.  This way type
    proclamations will work in the new-compiler core, at least after the
    compiler is loaded.
    Fixed %COMPILER-DEFSTRUCT to make the copier and predicate :DEFINED so
    that we don't give spurious undefined warnings.
    SPECIFIER-TYPE-CACHE -> VALUES-SPECIFIER-TYPE-CACHE