[Git][cmucl/cmucl][issue-120-software-type-in-c] Don't set *software-type* in sunos-os.lisp
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Wed Aug 31 15:06:41 UTC 2022
Raymond Toy pushed to branch issue-120-software-type-in-c at cmucl / cmucl
Commits:
882fa7ec by Raymond Toy at 2022-08-31T08:06:20-07:00
Don't set *software-type* in sunos-os.lisp
- - - - -
1 changed file:
- src/code/sunos-os.lisp
Changes:
=====================================
src/code/sunos-os.lisp
=====================================
@@ -31,7 +31,7 @@
#+executable
(register-lisp-runtime-feature :executable)
-(setq *software-type* "SunOS")
+;;(setq *software-type* "SunOS")
(defvar *software-version* nil "Version string for supporting software")
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/882fa7ec9609cfdd01b08a761bc3a67802f36849
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/882fa7ec9609cfdd01b08a761bc3a67802f36849
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/20220831/d29de78d/attachment.html>
More information about the cmucl-cvs
mailing list