Fix #60: `C::%UNARY-FROUND` is undefined
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
Showing
- src/bootfiles/21c/boot-2018-02-1.lisp 5 additions, 0 deletionssrc/bootfiles/21c/boot-2018-02-1.lisp
- src/code/float.lisp 1 addition, 1 deletionsrc/code/float.lisp
- src/general-info/release-21d.md 5 additions, 4 deletionssrc/general-info/release-21d.md
- tests/issues.lisp 12 additions, 1 deletiontests/issues.lisp
Loading
Please register or sign in to comment