Raymond Toy pushed to branch issue-156-add-two-arg-ge-le at cmucl / cmucl
Commits:
-
0b4ec82d
by Raymond Toy at 2023-03-02T10:50:47-08:00
1 changed file:
Changes:
... | ... | @@ -3,7 +3,9 @@ |
3 | 3 | ;;
|
4 | 4 | ;; Use bin/build.sh -B boot-2021-07-3 to build this (along with any
|
5 | 5 | ;; other bootfiles that are still needed).
|
6 | +#+x86
|
|
6 | 7 | (in-package :x86)
|
8 | + |
|
7 | 9 | #+x86
|
8 | 10 | (ext:without-package-locks
|
9 | 11 | (defparameter static-functions
|