[cmucl-cvs] CMUCL commit: cross-sol-x86-branch src/code (sunos-os.lisp)
Raymond Toy
rtoy at common-lisp.net
Wed Dec 15 12:36:56 UTC 2010
Date: Wednesday, December 15, 2010 @ 07:36:56
Author: rtoy
Path: /project/cmucl/cvsroot/src/code
Tag: cross-sol-x86-branch
Modified: sunos-os.lisp
Register lisp feature :solaris and :svr4 features if they're already
set.
---------------+
sunos-os.lisp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Index: src/code/sunos-os.lisp
diff -u src/code/sunos-os.lisp:1.15 src/code/sunos-os.lisp:1.15.8.1
--- src/code/sunos-os.lisp:1.15 Tue Apr 20 13:57:45 2010
+++ src/code/sunos-os.lisp Wed Dec 15 07:36:56 2010
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/code/sunos-os.lisp,v 1.15 2010-04-20 17:57:45 rtoy Rel $")
+ "$Header: /project/cmucl/cvsroot/src/code/sunos-os.lisp,v 1.15.8.1 2010-12-15 12:36:56 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -21,6 +21,11 @@
(pushnew :sunos *features*)
+#+solaris
+(register-lisp-feature :solaris)
+#+svr4
+(register-lisp-feature :svr4)
+
#+executable
(register-lisp-runtime-feature :executable)
More information about the cmucl-cvs
mailing list