Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    51e70805
    code/load.lisp: · 51e70805
    rtoy authored
    o Define EXT:INVALID-FASL condition
    o Signal such a condition when we try to load a fasl compiled for a
      different version of CMUCL.
    
    code/exports.lisp:
    o Export EXT:INVALID-FASL
    o Export a few other symbols we forgot.
    51e70805
    History
    code/load.lisp:
    rtoy authored
    o Define EXT:INVALID-FASL condition
    o Signal such a condition when we try to load a fasl compiled for a
      different version of CMUCL.
    
    code/exports.lisp:
    o Export EXT:INVALID-FASL
    o Export a few other symbols we forgot.