Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    8f28c28f
    Cleanups for non-unicode build. · 8f28c28f
    rtoy authored
    code/stream.lisp:
    o Only define (setf stream-external-format) for Unicode builds.
    o In stream-external-format, don't try to look up the external format
      from the fd-stream structure, which doesn't exist in non-unicode
      builds.
    
    code/strings.lisp:
    o Conditionalize out things that will only work if unicode is
      available.
    
    tools/worldcom.lisp:
    o Only compile fd-stream-extfmt for unicode builds.
    8f28c28f
    History
    Cleanups for non-unicode build.
    rtoy authored
    code/stream.lisp:
    o Only define (setf stream-external-format) for Unicode builds.
    o In stream-external-format, don't try to look up the external format
      from the fd-stream structure, which doesn't exist in non-unicode
      builds.
    
    code/strings.lisp:
    o Conditionalize out things that will only work if unicode is
      available.
    
    tools/worldcom.lisp:
    o Only compile fd-stream-extfmt for unicode builds.