Skip to content
Snippets Groups Projects
Commit 0eb6bd4b authored by ram's avatar ram
Browse files

add svr4 to features.

parent b8fca555
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irix-os.lisp,v 1.1 1994/06/29 21:41:11 hallgren Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irix-os.lisp,v 1.2 1994/10/29 06:26:14 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -19,6 +19,8 @@
(export '(get-system-info get-page-size os-init))
(pushnew :irix *features*)
(pushnew :svr4 *features*)
(setq *software-type* "IRIX")
(defvar *software-version* nil "Version string for supporting software")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment