Raymond Toy pushed to branch issue-340-srctran-use-ascii-limit at cmucl / cmucl
Commits: 98fd0f9a by Raymond Toy at 2024-07-19T19:04:36-07:00 Revert the change to the version features
We'll do that in a different merge.
- - - - -
1 changed file:
- src/tools/cross-scripts/cross-x86-x86.lisp
Changes:
===================================== src/tools/cross-scripts/cross-x86-x86.lisp ===================================== @@ -21,7 +21,7 @@ :conservative-float-type :hash-new :random-xoroshiro ; RNG - :cmu :cmu21 :cmu21e ; Version features + :cmu :cmu20 :cmu20a ; Version features :double-double ; double-double float support ) ;; Features to remove from current *features* here. Normally don't
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/98fd0f9a7fa9ed4478d8ce05...