Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pw's avatar
    d6c89eb6
    Add support for ANSI specified :print-function and :print-object · d6c89eb6
    pw authored
    defstruct options while preserving previous behaviour. ANSI processing
    is enabled by ext:*ansi-defstruct-options-p* which must be NIL while
    compiling CMUCL, PCL, CLX, HEMLOCK to avoid flushing defined print-functions.
    This switch is turned ON when worldload builds a core with PCL in it.
    d6c89eb6
    History
    Add support for ANSI specified :print-function and :print-object
    pw authored
    defstruct options while preserving previous behaviour. ANSI processing
    is enabled by ext:*ansi-defstruct-options-p* which must be NIL while
    compiling CMUCL, PCL, CLX, HEMLOCK to avoid flushing defined print-functions.
    This switch is turned ON when worldload builds a core with PCL in it.