Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    2ea523e6
    Oops. Last change to fd-stream doesn't actually compile because no · 2ea523e6
    rtoy authored
    everything is defined yet.  Hence, add dummy
    %SET-FD-STREAM-EXTERNAL-FORMAT and move the real one to
    fd-stream-extfmt.lisp.  This builds.
    
    code/fd-stream.lisp:
    o Always call %SET-FD-STREAM-EXTERNAL-FORMAT, even if
      LISP::*ENABLE-STREAM-BUFFER-P* is NIL.
    
    code/stream.lisp:
    o Move %SET-FD-STREAM-EXTERNAL-FORMAT to fd-stream-extfmt.lisp.
    o Add dummy implementation of %SET-FD-STREAM-EXTERNAL-FORMAT.
    
    code/fd-stream-extfmt.lisp:
    o %SET-FD-STREAM-EXTERNAL-FORMAT moved here.
    2ea523e6
    History
    Oops. Last change to fd-stream doesn't actually compile because no
    rtoy authored
    everything is defined yet.  Hence, add dummy
    %SET-FD-STREAM-EXTERNAL-FORMAT and move the real one to
    fd-stream-extfmt.lisp.  This builds.
    
    code/fd-stream.lisp:
    o Always call %SET-FD-STREAM-EXTERNAL-FORMAT, even if
      LISP::*ENABLE-STREAM-BUFFER-P* is NIL.
    
    code/stream.lisp:
    o Move %SET-FD-STREAM-EXTERNAL-FORMAT to fd-stream-extfmt.lisp.
    o Add dummy implementation of %SET-FD-STREAM-EXTERNAL-FORMAT.
    
    code/fd-stream-extfmt.lisp:
    o %SET-FD-STREAM-EXTERNAL-FORMAT moved here.