-
- Downloads
Add support for ANSI specified :print-function and :print-object
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.
Showing
- code/defstruct.lisp 121 additions, 2 deletionscode/defstruct.lisp
- code/exports.lisp 9 additions, 6 deletionscode/exports.lisp
- code/print.lisp 34 additions, 1 deletioncode/print.lisp
- tools/pclcom.lisp 4 additions, 1 deletiontools/pclcom.lisp
- tools/setup.lisp 7 additions, 1 deletiontools/setup.lisp
- tools/worldload.lisp 4 additions, 1 deletiontools/worldload.lisp
Loading
Please register or sign in to comment