Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    c3d1583c
    Added a CONTINUE restart in LOAD that returns NIL. · c3d1583c
    ram authored
    Changed INTERNAL-LOAD to CERROR if you attempt to load a file with a fasl type,
    but that doesn't have a fasl header.
    Changed FASLOAD to use FILE-LENGTH instead of LISTEN to tell whether the file
    is empty, since LISTEN currently doesn't work.
    c3d1583c
    History
    Added a CONTINUE restart in LOAD that returns NIL.
    ram authored
    Changed INTERNAL-LOAD to CERROR if you attempt to load a file with a fasl type,
    but that doesn't have a fasl header.
    Changed FASLOAD to use FILE-LENGTH instead of LISTEN to tell whether the file
    is empty, since LISTEN currently doesn't work.