Skip to content
  • Raymond Toy's avatar
    Fix #60: `C::%UNARY-FROUND` is undefined · 26e3ad82
    Raymond Toy authored
    Remove the symbol `C::%UNARY-FROUND` and just let the compiler package
    inherit it from the kernel package.
    
    * src/bootfiles/21c/boot-2018-02-1.lisp
        * Use this to bootstrap the change (by uninterning the symbol)
    * src/code/float.lisp
        * Just export %unary-fround
    * src/general-info/release-21d.md
        * Update
    * tests/issues.lisp
        * Add test for this issue
    26e3ad82