[Git][cmucl/cmucl][issue-156-add-two-arg-ge-le] Add x86 reader conditional

Raymond Toy (@rtoy) gitlab at common-lisp.net
Thu Mar 2 18:51:35 UTC 2023



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
Add x86 reader conditional

Don't set package to "X86" if we're not building on x86.

One less thing to worry about when bootstrapping.

- - - - -


1 changed file:

- src/bootfiles/21d/boot-2021-07-3.lisp


Changes:

=====================================
src/bootfiles/21d/boot-2021-07-3.lisp
=====================================
@@ -3,7 +3,9 @@
 ;;
 ;; Use bin/build.sh -B boot-2021-07-3 to build this (along with any
 ;; other bootfiles that are still needed).
+#+x86
 (in-package :x86)
+
 #+x86
 (ext:without-package-locks
   (defparameter static-functions



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0b4ec82d2de83ee986b48218fac1b0ff0c2a6b7a

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0b4ec82d2de83ee986b48218fac1b0ff0c2a6b7a
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230302/f1736424/attachment-0001.html>


More information about the cmucl-cvs mailing list