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/882fa7ec9609cfdd01b08a76... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/882fa7ec9609cfdd01b08a76... You're receiving this email because of your account on gitlab.common-lisp.net.